Skip to content

Commit

Permalink
Platform 2024.01.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Jan 24, 2024
2 parents c4b6ab7 + 527b189 commit aa7abd9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
3 changes: 0 additions & 3 deletions examples/espidf-arduino-littlefs/littlefsbuilder.py

This file was deleted.

1 change: 0 additions & 1 deletion examples/espidf-arduino-littlefs/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ monitor_speed = 115200
[env:esp32-s3]
board = esp32-s3-devkitc-1
board_build.filesystem = littlefs
extra_scripts = ./littlefsbuilder.py
board_build.partitions = partitions_custom.csv
8 changes: 4 additions & 4 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": "2024.01.11",
"version": "2024.01.12",
"frameworks": {
"arduino": {
"script": "builder/frameworks/arduino.py"
Expand All @@ -33,19 +33,19 @@
"type": "framework",
"optional": true,
"owner": "tasmota",
"version": "https://github.com/tasmota/arduino-esp32/releases/download/3.0.0.240115/framework-arduinoespressif32.zip"
"version": "https://github.com/tasmota/arduino-esp32/releases/download/3.0.0.240124/framework-arduinoespressif32.zip"
},
"framework-arduino-solo1": {
"type": "framework",
"optional": true,
"owner": "tasmota",
"version": "https://github.com/tasmota/arduino-esp32/releases/download/3.0.0.240115/framework-arduinoespressif32-solo1.zip"
"version": "https://github.com/tasmota/arduino-esp32/releases/download/3.0.0.240124/framework-arduinoespressif32-solo1.zip"
},
"framework-arduino-ITEAD": {
"type": "framework",
"optional": true,
"owner": "tasmota",
"version": "https://github.com/tasmota/arduino-esp32/releases/download/3.0.0.240115/framework-arduinoespressif32-ITEAD.zip"
"version": "https://github.com/tasmota/arduino-esp32/releases/download/3.0.0.240124/framework-arduinoespressif32-ITEAD.zip"
},
"framework-espidf": {
"type": "framework",
Expand Down

0 comments on commit aa7abd9

Please sign in to comment.