FSM status info debug message added

This commit is contained in:
Kai Lauterbach 2022-09-12 15:29:26 +02:00
parent b25ea99da0
commit 277e525314
1 changed files with 1 additions and 0 deletions

View File

@ -422,6 +422,7 @@ void _loop()
break;
} // close of switch
debug("FSM state = "+fsm_state);
}
void logToSerial(float sensorValues[])