This commit is contained in:
2025-05-08 15:05:08 -04:00
parent a932c91be1
commit 3b10ffe589

View File

@@ -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)