mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-04-20 11:02:14 +02:00
updated platformio.ini to pass build tests
This commit is contained in:
parent
51109a16c5
commit
3d642509a5
1 changed files with 3 additions and 2 deletions
|
|
@ -13,7 +13,8 @@ default_envs = esp32devdbg
|
|||
src_dir = src
|
||||
|
||||
[env]
|
||||
platform = espressif32 @ 6.13.0
|
||||
; platform = espressif32 @ 6.13.0
|
||||
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
bblanchon/ArduinoJson@^7.2.2
|
||||
|
|
@ -56,7 +57,7 @@ board_build.partitions = esp32_3MB.csv
|
|||
board = esp32-s3-devkitc-1
|
||||
|
||||
[env:esp32c6]
|
||||
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
|
||||
; platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
|
||||
board = seeed_xiao_esp32c6
|
||||
build_type = debug
|
||||
board_build.partitions = esp32_huge_app.csv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue