mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Send dirty states when screen wakes up (#2167)
This commit is contained in:
		| @@ -543,6 +543,7 @@ void Nextion::process_nextion_commands_() { | |||||||
|         ESP_LOGVV(TAG, "Received Nextion leaves sleep automatically"); |         ESP_LOGVV(TAG, "Received Nextion leaves sleep automatically"); | ||||||
|         this->is_sleeping_ = false; |         this->is_sleeping_ = false; | ||||||
|         this->wake_callback_.call(); |         this->wake_callback_.call(); | ||||||
|  |         this->all_components_send_state_(false); | ||||||
|         break; |         break; | ||||||
|       } |       } | ||||||
|       case 0x88:  // system successful start up |       case 0x88:  // system successful start up | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user