From 455f3bea19e693d4dc2d4b6000704a1fcce023d4 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 29 Jan 2023 12:45:58 +0100 Subject: [PATCH] Framework 20232901 * Update IDF mDNS * IDF v4.4.3.20230129 * Tasmota esptool.py v4.4 --- examples/espidf-arduino-blink/src/Blink.cpp | 4 ++-- platform.json | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/espidf-arduino-blink/src/Blink.cpp b/examples/espidf-arduino-blink/src/Blink.cpp index 771ad748e..c69fd30f5 100644 --- a/examples/espidf-arduino-blink/src/Blink.cpp +++ b/examples/espidf-arduino-blink/src/Blink.cpp @@ -51,7 +51,7 @@ void arduinoTask(void *pvParameter) { } } -void app_main() +extern "C" void app_main() { // initialize arduino library before we start the tasks initArduino(); @@ -70,4 +70,4 @@ void loop() { Serial.println("Hello!"); delay(1000); } -#endif \ No newline at end of file +#endif diff --git a/platform.json b/platform.json index 6c1f4b170..0b27a22f4 100644 --- a/platform.json +++ b/platform.json @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/tasmota/platform-espressif32.git" }, - "version": "2022.12.2", + "version": "2023.01.01", "frameworks": { "arduino": { "script": "builder/frameworks/arduino.py" @@ -36,25 +36,25 @@ "type": "framework", "optional": true, "owner": "tasmota", - "version": "https://github.com/tasmota/arduino-esp32/releases/download/2.0.6/framework-arduinoespressif32.zip" + "version": "https://github.com/tasmota/arduino-esp32/releases/download/2.0.7-pre/framework-arduinoespressif32.zip" }, "framework-arduino-solo1": { "type": "framework", "optional": true, "owner": "tasmota", - "version": "https://github.com/tasmota/arduino-esp32/releases/download/2.0.6/framework-arduinoespressif32-solo1.zip" + "version": "https://github.com/tasmota/arduino-esp32/releases/download/2.0.7-pre/framework-arduinoespressif32-solo1.zip" }, "framework-arduino-ITEAD": { "type": "framework", "optional": true, "owner": "tasmota", - "version": "https://github.com/tasmota/arduino-esp32/releases/download/2.0.6/framework-arduinoespressif32-ITEAD.zip" + "version": "https://github.com/tasmota/arduino-esp32/releases/download/2.0.7-pre/framework-arduinoespressif32-ITEAD.zip" }, "framework-espidf": { "type": "framework", "optional": true, "owner": "tasmota", - "version": "https://github.com/tasmota/esp-idf/releases/download/v4.4.3.20221227/esp-idf-v4.4.3.zip" + "version": "https://github.com/tasmota/esp-idf/releases/download/v4.4.3.20230129/esp-idf-v4.4.3.zip" }, "toolchain-xtensa-esp32": { "type": "toolchain", @@ -89,7 +89,7 @@ "tool-esptoolpy": { "type": "uploader", "owner": "tasmota", - "version": "https://github.com/tasmota/esptool/releases/download/v4.4.3/esptool-4.4.3.zip" + "version": "https://github.com/tasmota/esptool/releases/download/v4.4.4/esptool-4.4.4.zip" }, "tool-openocd-esp32": { "type": "debugger",