mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 09:18:00 +01:00
parent
1c2d2bce5a
commit
536bcab5de
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue