mirror of
https://github.com/esphome/esphome.git
synced 2024-12-18 15:57:58 +01:00
Send dirty states when screen wakes up (#2167)
This commit is contained in:
parent
44bb5a89c8
commit
9c605f2d46
@ -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 New Issue
Block a user