mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Send dirty states when screen wakes up (#2167)
This commit is contained in:
parent
44bb5a89c8
commit
9c605f2d46
1 changed files with 1 additions and 0 deletions
|
@ -543,6 +543,7 @@ void Nextion::process_nextion_commands_() {
|
|||
ESP_LOGVV(TAG, "Received Nextion leaves sleep automatically");
|
||||
this->is_sleeping_ = false;
|
||||
this->wake_callback_.call();
|
||||
this->all_components_send_state_(false);
|
||||
break;
|
||||
}
|
||||
case 0x88: // system successful start up
|
||||
|
|
Loading…
Reference in a new issue