IDF v5 compatibility
This commit is contained in:
@@ -659,7 +659,7 @@ api:
|
||||
|
||||
// Outdoor temperature font size
|
||||
ESP_LOGV(TAG, "Outdoor temperature font size");
|
||||
disp1->send_command_printf("home.outdoor_temp.font==%i", outdoor_temp_font);
|
||||
disp1->send_command_printf("home.outdoor_temp.font==%" PRIi32, outdoor_temp_font);
|
||||
|
||||
// Notification button
|
||||
ESP_LOGV(TAG, "Set Notification button");
|
||||
|
||||
Reference in New Issue
Block a user