mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 13:16:32 +00:00
Update xdrv_40_telegram.ino
This commit is contained in:
parent
a1fc5d4890
commit
0fc41f302e
@ -350,7 +350,7 @@ void TelegramLoop(void) {
|
||||
Telegram.state++;
|
||||
}
|
||||
} else {
|
||||
if (Telegram.skip) { // Skip first update as it may be a restart (again)
|
||||
if (Telegram.skip) { // Skip first update after restart as it may be a restart (again)
|
||||
Telegram.skip = false;
|
||||
} else {
|
||||
if (Telegram.message[0][0].toInt() && (Telegram.message[Telegram.index][5].length() > 0)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user