mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 19:32:19 +01:00
@@ -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();
|
||||||
|
Reference in New Issue
Block a user