mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-04-20 11:02:14 +02:00
updated gitignore file
This commit is contained in:
parent
08bab05343
commit
51109a16c5
4 changed files with 10 additions and 7 deletions
|
|
@ -9,7 +9,7 @@
|
|||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[platformio]
|
||||
default_envs = esp32c6
|
||||
default_envs = esp32devdbg
|
||||
src_dir = src
|
||||
|
||||
[env]
|
||||
|
|
@ -56,6 +56,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
|
||||
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