Skip to content

Commit

Permalink
esptool v4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Jun 12, 2023
1 parent eb4a3ac commit 4789b6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Espressif Systems is a privately held fabless semiconductor company. They provid
based on Arduino Core 2.0.9 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.06.01/platform-espressif32.zip
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.06.02/platform-espressif32.zip
framework = arduino
```
to use the ESP32 Solo1 Arduino framework add in your env
Expand Down
4 changes: 2 additions & 2 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.06.01",
"version": "2023.06.02",
"frameworks": {
"arduino": {
"script": "builder/frameworks/arduino.py"
Expand Down Expand Up @@ -86,7 +86,7 @@
"tool-esptoolpy": {
"type": "uploader",
"owner": "tasmota",
"version": "https://github.com/tasmota/esptool/releases/download/v4.6.1/esptool-4.6.1.zip"
"version": "https://github.com/tasmota/esptool/releases/download/v4.6.2/esptool-4.6.2.zip"
},
"tool-openocd-esp32": {
"type": "debugger",
Expand Down

0 comments on commit 4789b6f

Please sign in to comment.