From 3b10ffe589bfc63646ebddc1d87fb4312649df0e Mon Sep 17 00:00:00 2001 From: Alexander B Date: Thu, 8 May 2025 15:05:08 -0400 Subject: [PATCH] . --- ESP-IDF_mqtt/main/app_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP-IDF_mqtt/main/app_main.c b/ESP-IDF_mqtt/main/app_main.c index 746017c53..374b6a26c 100644 --- a/ESP-IDF_mqtt/main/app_main.c +++ b/ESP-IDF_mqtt/main/app_main.c @@ -29,7 +29,7 @@ static esp_mqtt5_user_property_item_t user_property_arr[] = { {"board", "esp32"}, {"u", "user"}, {"p", "password"} - }; +}; #define USE_PROPERTY_ARR_SIZE sizeof(user_property_arr)/sizeof(esp_mqtt5_user_property_item_t)