Skip to content

Commit

Permalink
Merge pull request #86 from Jason2866/Tasmota/20x
Browse files Browse the repository at this point in the history
Core 2.0.13.20231000
  • Loading branch information
Jason2866 authored Oct 1, 2023
2 parents 06a5dfb + 3a2b894 commit c362b8d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Espressif Systems is a privately held fabless semiconductor company. They provid
1. [Install PlatformIO](http://platformio.org)
2. Create PlatformIO project and configure a platform option in [platformio.ini](http://docs.platformio.org/page/projectconf.html) file:

### Stable Release supporting Arduino and IDF 4.4.5
### Stable Release supporting Arduino and IDF 4.4.6
based on Arduino Core 2.0.13 and can be used with Platformio for the ESP32/ESP32solo1, ESP32C3, ESP32S2 and ESP32S3
```
[platformio]
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.09.01/platform-espressif32.zip
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.10.00/platform-espressif32.zip
framework = arduino
```
to use the ESP32 Solo1 Arduino framework add in your env
Expand Down
16 changes: 8 additions & 8 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": "2023.09.01",
"version": "2023.10.00",
"frameworks": {
"arduino": {
"script": "builder/frameworks/arduino.py"
Expand All @@ -33,25 +33,25 @@
"type": "framework",
"optional": true,
"owner": "tasmota",
"version": "https://github.com/tasmota/arduino-esp32/releases/download/2.0.13/framework-arduinoespressif32.zip"
"version": "https://github.com/tasmota/arduino-esp32/releases/download/v2.0.13.20231000/framework-arduinoespressif32.zip"
},
"framework-arduino-solo1": {
"type": "framework",
"optional": true,
"owner": "tasmota",
"version": "https://github.com/tasmota/arduino-esp32/releases/download/2.0.13/framework-arduinoespressif32-solo1.zip"
"version": "https://github.com/tasmota/arduino-esp32/releases/download/v2.0.13.20231000/framework-arduinoespressif32-solo1.zip"
},
"framework-arduino-ITEAD": {
"type": "framework",
"optional": true,
"owner": "tasmota",
"version": "https://github.com/tasmota/arduino-esp32/releases/download/2.0.13/framework-arduinoespressif32-ITEAD.zip"
"version": "https://github.com/tasmota/arduino-esp32/releases/download/v2.0.13.20231000/framework-arduinoespressif32-ITEAD.zip"
},
"framework-espidf": {
"type": "framework",
"optional": true,
"owner": "tasmota",
"version": "https://github.com/tasmota/esp-idf/releases/download/v4.4.5.230907/esp-idf-v4.4.5.zip"
"version": "https://github.com/tasmota/esp-idf/releases/download/v4.4.6/esp-idf-v4.4.6.zip"
},
"toolchain-xtensa-esp32": {
"type": "toolchain",
Expand Down Expand Up @@ -86,7 +86,7 @@
"tool-esptoolpy": {
"type": "uploader",
"owner": "tasmota",
"version": "https://github.com/tasmota/esptool/releases/download/v4.6.2/esptool-4.6.2.zip"
"version": "https://github.com/tasmota/esptool/releases/download/v4.7.0-dev/esptool-4.7.0.zip"
},
"tool-dfuutil-arduino": {
"type": "uploader",
Expand All @@ -107,8 +107,8 @@
},
"tool-mklittlefs": {
"type": "uploader",
"owner": "platformio",
"version": "~1.203.0"
"owner": "tasmota",
"version": "^3.2.0"
},
"tool-mkfatfs": {
"type": "uploader",
Expand Down

0 comments on commit c362b8d

Please sign in to comment.