Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit b915b41

Browse files
committed
added some missing definitions, lib_ldf_mode = chain+ does not work with defines
1 parent 76abc25 commit b915b41

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

platformio/platformio.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ upload_speed = 921600
3434
; ============================================================
3535
; Checks for the compatibility with frameworks and dev/platforms
3636
lib_compat_mode = strict
37-
lib_ldf_mode = chain+
37+
;lib_ldf_mode = chain+
3838
;lib_ldf_mode = deep+
3939

4040
; ============================================================
@@ -177,7 +177,6 @@ platform_packages =
177177
toolchain-xtensa32s2@file://C:\Users\Max\Downloads\xtensa-esp32s2-elf
178178
framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#a4118ea88987c28aac3a49bcb9cc5d6c0acc6f3f
179179
platformio/tool-esptoolpy @ ~1.30100
180-
framework = arduino
181180
board = esp32dev
182181
board_build.mcu = esp32s2
183182
board_build.partitions = huge_app.csv
@@ -199,6 +198,7 @@ build_flags =
199198
platform = espressif32
200199
framework = arduino
201200

201+
board = esp32-s3-devkitc-1
202202
board_build.mcu = esp32s3
203203
board_build.partitions = huge_app.csv
204204
board_build.variant = esp32s3
@@ -219,6 +219,7 @@ build_flags =
219219
platform = espressif32
220220
framework = arduino
221221

222+
board = esp32-c3-devkitm-1
222223
board_build.mcu = esp32c3
223224
board_build.partitions = huge_app.csv
224225
board_build.variant = esp32c3

0 commit comments

Comments
 (0)