From 7be80f9de3c0228328f58335894591bb8a677378 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Mon, 19 Feb 2024 23:07:15 +0100 Subject: [PATCH] IDF v5 compatibility --- esphome/nspanel_esphome_core.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/nspanel_esphome_core.yaml b/esphome/nspanel_esphome_core.yaml index c8940dc..82b4db3 100644 --- a/esphome/nspanel_esphome_core.yaml +++ b/esphome/nspanel_esphome_core.yaml @@ -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");