Skip to content

Commit

Permalink
Merge branch 'pluscommand-trackpoweroff' into candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
habazut committed Nov 26, 2020
2 parents c57add1 + beca0b3 commit 89fd98e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DCCEXParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 89fd98e

Please sign in to comment.