mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-22 23:56:13 +01:00
Merge branch 'pluscommand-trackpoweroff' into candidate
This commit is contained in:
commit
89fd98e4af
|
@ -477,6 +477,8 @@ void DCCEXParser::parse(Print *stream, byte *com, bool blocking)
|
|||
|
||||
case '+': // Complex Wifi interface command (not usual parse)
|
||||
if (atCommandCallback) {
|
||||
DCCWaveform::mainTrack.setPowerMode(POWERMODE::OFF);
|
||||
DCCWaveform::progTrack.setPowerMode(POWERMODE::OFF);
|
||||
atCommandCallback(com);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user