FSM status info debug message added
This commit is contained in:
parent
b25ea99da0
commit
277e525314
1 changed files with 1 additions and 0 deletions
|
@ -422,6 +422,7 @@ void _loop()
|
|||
break;
|
||||
|
||||
} // close of switch
|
||||
debug("FSM state = "+fsm_state);
|
||||
}
|
||||
|
||||
void logToSerial(float sensorValues[])
|
||||
|
|
Loading…
Reference in a new issue