mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 05:36:39 +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++;
|
Telegram.state++;
|
||||||
}
|
}
|
||||||
} else {
|
} 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;
|
Telegram.skip = false;
|
||||||
} else {
|
} else {
|
||||||
if (Telegram.message[0][0].toInt() && (Telegram.message[Telegram.index][5].length() > 0)) {
|
if (Telegram.message[0][0].toInt() && (Telegram.message[Telegram.index][5].length() > 0)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user