Skip to content

Commit

Permalink
Core 2.0.4 / IDF 442 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Jul 6, 2022
1 parent 4c5de63 commit ab5fd33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions boards/adafruit_feather_esp32s3.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
]
]
},
"flash_size": "4MB",
"flash_size": "8MB",
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"maximum_size": 8388608,
"use_1200bps_touch": true,
"wait_for_upload_port": true,
"require_upload_port": true,
Expand Down
6 changes: 3 additions & 3 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": "2.0.4pre",
"version": "2.0.4",
"frameworks": {
"arduino": {
"package": "framework-arduinoespressif32",
Expand All @@ -37,13 +37,13 @@
"type": "framework",
"optional": true,
"owner": "tasmota",
"version": "https://github.com/tasmota/arduino-esp32/releases/download/2.0.4pre/framework-arduinoespressif32-204pre.tar.gz"
"version": "https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/880/framework-arduinoespressif32.tar.gz"
},
"framework-espidf": {
"type": "framework",
"optional": true,
"owner": "tasmota",
"version": "https://github.com/tasmota/esp-idf/releases/download/v4.4.1/esp-idf-v4.4.1.zip"
"version": "https://github.com/tasmota/esp-idf/releases/download/v4.4.2/esp-idf-v4.4.2.zip"
},
"toolchain-xtensa-esp32": {
"type": "toolchain",
Expand Down

0 comments on commit ab5fd33

Please sign in to comment.