Skip to content

Commit

Permalink
Merge pull request #106 from Jason2866/Tasmota/20x
Browse files Browse the repository at this point in the history
2023.12.00
  • Loading branch information
Jason2866 authored Dec 23, 2023
2 parents 6ec9b79 + df1fd1f commit 5ecc8dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.6.231011
### Stable Release supporting Arduino and IDF 4.4.6.231113
based on Arduino Core 2.0.14 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.10.05/platform-espressif32.zip
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.12.00/platform-espressif32.zip
framework = arduino
```
to use the ESP32 Solo1 Arduino framework add in your env
Expand Down
2 changes: 1 addition & 1 deletion 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.11.01",
"version": "2023.12.00",
"frameworks": {
"arduino": {
"script": "builder/frameworks/arduino.py"
Expand Down

0 comments on commit 5ecc8dd

Please sign in to comment.