mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-25 00:56:13 +01:00
Compare commits
No commits in common. "42f3c7c12836a545bc6ca7e6e3577e9d9fa31b2f" and "085762e80078e793abb57ae6313ae294631d7f6b" have entirely different histories.
42f3c7c128
...
085762e800
|
@ -351,7 +351,7 @@ void DCCACK::callback(int value) {
|
|||
|
||||
switch (callbackState) {
|
||||
case AFTER_READ:
|
||||
if (ackManagerRejoin && !autoPowerOff) {
|
||||
if (ackManagerRejoin && autoPowerOff) {
|
||||
progDriver->setPower(POWERMODE::OFF);
|
||||
callbackStart=millis();
|
||||
callbackState=WAITING_30;
|
||||
|
|
Loading…
Reference in New Issue
Block a user