mirror of
https://github.com/esphome/esphome.git
synced 2024-12-03 13:34:01 +01:00
parent
1c2d2bce5a
commit
536bcab5de
@ -343,7 +343,7 @@ void Nextion::process_serial_() {
|
||||
}
|
||||
// nextion.tech/instruction-set/
|
||||
void Nextion::process_nextion_commands_() {
|
||||
if (this->command_data_.length() == 0) {
|
||||
if (this->command_data_.empty()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user