Skip to content

Commit

Permalink
Framework 20232901
Browse files Browse the repository at this point in the history
* Update IDF mDNS
* IDF v4.4.3.20230129
* Tasmota esptool.py v4.4
  • Loading branch information
Jason2866 authored Jan 29, 2023
1 parent ded00a7 commit 455f3be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/espidf-arduino-blink/src/Blink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand All @@ -70,4 +70,4 @@ void loop() {
Serial.println("Hello!");
delay(1000);
}
#endif
#endif
12 changes: 6 additions & 6 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 455f3be

Please sign in to comment.