Skip to content

Commit d2f1607

Browse files
authored
Arduino core 3.1.3
* core 3.1.3 * Update platform.json * Update README.md
1 parent b0e120f commit d2f1607

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ESP32 is a series of low-cost, low-power system on a chip microcontrollers with
2020
1. Configure a platform option in platformio.ini file:
2121

2222
### Stable Arduino
23-
currently espressif Arduino 3.1.2 and IDF 5.3.2.250210
23+
currently espressif Arduino 3.1.3 and IDF 5.3.2.250210
2424

2525
```ini
2626
[env:stable]

platform.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/pioarduino/platform-espressif32.git"
2020
},
21-
"version": "53.03.12",
21+
"version": "53.03.13",
2222
"frameworks": {
2323
"arduino": {
2424
"script": "builder/frameworks/arduino.py"
@@ -33,7 +33,7 @@
3333
"type": "framework",
3434
"optional": true,
3535
"owner": "espressif",
36-
"version": "https://github.com/espressif/arduino-esp32/releases/download/3.1.2/esp32-3.1.2.zip"
36+
"version": "https://github.com/espressif/arduino-esp32/releases/download/3.1.3/esp32-3.1.3.zip"
3737
},
3838
"framework-arduinoespressif32-libs": {
3939
"type": "framework",

0 commit comments

Comments
 (0)