enable custom arduino framework for xiao s3 and t-beam s3

This commit is contained in:
m1nl 2025-05-01 15:10:29 +02:00
parent a0af522ceb
commit 850407beba
2 changed files with 10 additions and 6 deletions

View File

@ -1,5 +1,7 @@
[env:seeed-xiao-s3]
extends = esp32s3_base
platform_packages =
platformio/framework-arduinoespressif32 @ https://github.com/m1nl/arduino-esp32/archive/refs/tags/2.0.17+5ae9873e.tar.gz ; disable WiFi IRAM optimizations in ESP-IDF
board = seeed-xiao-s3
board_check = true
board_build.partitions = default_8MB.csv

View File

@ -1,6 +1,8 @@
; The 1.0 release of the LilyGo TBEAM-S3-Core board
[env:tbeam-s3-core]
extends = esp32s3_base
platform_packages =
platformio/framework-arduinoespressif32 @ https://github.com/m1nl/arduino-esp32/archive/refs/tags/2.0.17+5ae9873e.tar.gz ; disable WiFi IRAM optimizations in ESP-IDF
board = tbeam-s3-core
board_build.partitions = default_8MB.csv
board_check = true