mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 01:09:51 +03:00
minor changes, added gpio command - #445
This commit is contained in:
@@ -112,8 +112,7 @@ class Telegram {
|
||||
|
||||
value = 0;
|
||||
for (uint8_t i = 0; i < size; i++) {
|
||||
// shift
|
||||
value = (value << 8) + message_data[abs_index + i];
|
||||
value = (value << 8) + message_data[abs_index + i]; // shift
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user