Skip to content

Commit ab5fd33

Browse files
authored
Core 2.0.4 / IDF 442 (#23)
1 parent 4c5de63 commit ab5fd33

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

boards/adafruit_feather_esp32s3.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
]
5151
]
5252
},
53-
"flash_size": "4MB",
53+
"flash_size": "8MB",
5454
"maximum_ram_size": 327680,
55-
"maximum_size": 4194304,
55+
"maximum_size": 8388608,
5656
"use_1200bps_touch": true,
5757
"wait_for_upload_port": true,
5858
"require_upload_port": true,

platform.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/tasmota/platform-espressif32.git"
2020
},
21-
"version": "2.0.4pre",
21+
"version": "2.0.4",
2222
"frameworks": {
2323
"arduino": {
2424
"package": "framework-arduinoespressif32",
@@ -37,13 +37,13 @@
3737
"type": "framework",
3838
"optional": true,
3939
"owner": "tasmota",
40-
"version": "https://github.com/tasmota/arduino-esp32/releases/download/2.0.4pre/framework-arduinoespressif32-204pre.tar.gz"
40+
"version": "https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/880/framework-arduinoespressif32.tar.gz"
4141
},
4242
"framework-espidf": {
4343
"type": "framework",
4444
"optional": true,
4545
"owner": "tasmota",
46-
"version": "https://github.com/tasmota/esp-idf/releases/download/v4.4.1/esp-idf-v4.4.1.zip"
46+
"version": "https://github.com/tasmota/esp-idf/releases/download/v4.4.2/esp-idf-v4.4.2.zip"
4747
},
4848
"toolchain-xtensa-esp32": {
4949
"type": "toolchain",

0 commit comments

Comments
 (0)