mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Fix format string error in waveshare_epaper.cpp (#9322)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		| @@ -3132,7 +3132,7 @@ void HOT GDEY0583T81::display() { | ||||
|   } else { | ||||
|     // Partial out (PTOUT), makes the display exit partial mode | ||||
|     this->command(0x92); | ||||
|     ESP_LOGD(TAG, "Partial update done, next full update after %d cycles", | ||||
|     ESP_LOGD(TAG, "Partial update done, next full update after %" PRIu32 " cycles", | ||||
|              this->full_update_every_ - this->at_update_ - 1); | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user