mirror of
https://github.com/esphome/esphome.git
synced 2024-12-04 12:38:17 +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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
int dataindex = 0;
|
|
||||||
|
|
||||||
int value = 0;
|
int value = 0;
|
||||||
|
|
||||||
for (int i = 0; i < 4; ++i) {
|
for (int i = 0; i < 4; ++i) {
|
||||||
value += to_process[i] << (8 * i);
|
value += to_process[i] << (8 * i);
|
||||||
++dataindex;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
NextionQueue *nb = this->nextion_queue_.front();
|
NextionQueue *nb = this->nextion_queue_.front();
|
||||||
|
|
Loading…
Reference in a new issue