Debugs improved
This commit is contained in:
@@ -98,6 +98,7 @@ void ControllerState::change(const ScheduledCommand& scheduledCommand)
|
||||
{
|
||||
bus.blockSlot(scheduledCommand.getStart());
|
||||
|
||||
printDebugMessage("Changing state on bank " + to_string(scheduledCommand.getBank().ID()) + " command is " + commandToString(scheduledCommand.getCommand()));
|
||||
lastScheduledByCommandAndBank[scheduledCommand.getCommand()][scheduledCommand.getBank()] = scheduledCommand;
|
||||
|
||||
switch (scheduledCommand.getCommand())
|
||||
|
||||
Reference in New Issue
Block a user