Enable box when it is configured from serial.

This commit is contained in:
Angel Maldonado 2019-10-15 18:37:07 +02:00
parent 1498f6581e
commit 7cbc58cb46

View file

@ -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;