mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-04-20 11:02:14 +02:00
build pass for esp32c6, added dependencies.lock
This commit is contained in:
parent
7524ce1d60
commit
25f6195bbc
8 changed files with 359 additions and 12 deletions
|
|
@ -14,7 +14,6 @@ src_dir = src
|
|||
|
||||
[env]
|
||||
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
|
||||
|
|
@ -63,7 +62,7 @@ build_type = debug
|
|||
board_build.partitions = esp32_huge_app.csv
|
||||
build_flags =
|
||||
${env.build_flags}
|
||||
-D CHIP_ESP32C6
|
||||
-DCONFIG_FREERTOS_HZ=1000
|
||||
-include "driver/gpio.h"
|
||||
lib_deps =
|
||||
; Low-Level libs, frameowrks and drivers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue