From 12c177a656856f0e8edf909a750b8ec5bc6c6577 Mon Sep 17 00:00:00 2001 From: Pham Viet Dzung Date: Thu, 30 Oct 2025 12:27:18 +0700 Subject: [PATCH] Update idf_component.yml allow build with ESP IDF 5.4.x Signed-off-by: Pham Viet Dzung --- idf_component.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/idf_component.yml b/idf_component.yml index 08de395..e65f144 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,6 +1,6 @@ dependencies: espressif/arduino-esp32: ^3.1.1 - idf: ">=5.3,<5.4" + idf: ">=5.3,<5.5" description: an MQTT client for the Arduino framework for ESP8266 / ESP32 url: https://github.com/bertmelis/espMqttClient -version: 1.7.0 \ No newline at end of file +version: 1.7.0