Skip to content

Commit

Permalink
Fix compilation (#19134)
Browse files Browse the repository at this point in the history
  • Loading branch information
arendst committed Jul 22, 2023
1 parent c7a22f1 commit 973ce10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasmota/tasmota_xdrv_driver/xdrv_29_deepsleep.ino
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ void CmndDeepsleepTime(void)
Settings->tele_period = TELE_PERIOD; // Need teleperiod to go back to sleep
}
}
TasDiscovery();
TasmotaGlobal.discovery_counter = 1; // force TasDiscovery()
}
ResponseCmndNumber(Settings->deepsleep);
}
Expand Down

0 comments on commit 973ce10

Please sign in to comment.