auto-sync
This commit is contained in:
parent
09ed048a13
commit
6d88c182e2
|
@ -372,7 +372,7 @@ void handleBurnCommand(ts_channel_s *tsChannel, ts_response_format_e mode, uint1
|
|||
efitimems_t nowMs = currentTimeMillis();
|
||||
tsState.burnCommandCounter++;
|
||||
|
||||
tunerStudioDebug("got B (Burn)");
|
||||
scheduleMsg(&tsLogger, "got B (Burn) %s", mode == TS_PLAIN ? "plain" : "CRC");
|
||||
|
||||
currentPageId = page;
|
||||
|
||||
|
|
|
@ -224,7 +224,7 @@ static void setPinState(const char * msg, OutputPin *pin, LEElement *element, En
|
|||
if (value != pin->getLogicValue()) {
|
||||
if (isRunningBenchTest())
|
||||
return; // let's not mess with bench testing
|
||||
scheduleMsg(logger, "setPin %s %s", msg, boolToString(value));
|
||||
scheduleMsg(logger, "setPin %s %s", msg, value ? "on" : "off");
|
||||
pin->setValue(value);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue