mirror of
https://github.com/esphome/esphome.git
synced 2024-12-03 12:14:13 +01:00
parent
65a5216d17
commit
a825ef59d4
1 changed files with 0 additions and 3 deletions
|
@ -563,13 +563,10 @@ void Nextion::process_nextion_commands_() {
|
|||
break;
|
||||
}
|
||||
|
||||
int dataindex = 0;
|
||||
|
||||
int value = 0;
|
||||
|
||||
for (int i = 0; i < 4; ++i) {
|
||||
value += to_process[i] << (8 * i);
|
||||
++dataindex;
|
||||
}
|
||||
|
||||
NextionQueue *nb = this->nextion_queue_.front();
|
||||
|
|
Loading…
Reference in a new issue