From 7cbc58cb462d1430bc1a64575dba11a766c3cc00 Mon Sep 17 00:00:00 2001 From: Angel Maldonado Date: Tue, 15 Oct 2019 18:37:07 +0200 Subject: [PATCH] Enable box when it is configured from serial. --- src/open-led-race.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/open-led-race.ino b/src/open-led-race.ino index 17d2ad0..16be88f 100644 --- a/src/open-led-race.ino +++ b/src/open-led-race.ino @@ -547,7 +547,8 @@ ack_t parseCommands(AsyncSerial &serial) { int err = box_configure( &tck, init_aux ); if( err ) return ack; EEPROM.put( eeadrInfo, tck.cfg ); - + + box_init( &tck ); ack.rp = OK; if ( verbose >= DEBUG ) { //VERBOSE struct cfgtrack const* cfg = &tck.cfg.track;