@@ -323,55 +323,55 @@ board = esp32dev
323
323
framework = espidf
324
324
build_flags = -Werror -Wall -Wno-deprecated-declarations -Wno-error =incompatible-pointer-types -Wno-unused-function -Wno-error =attributes
325
325
board_build.f_cpu = 240000000L
326
- lib_extra_dirs = ../../..
326
+ lib_extra_dirs = ../..
327
327
328
328
[env:esp32_idf_V5_1_0]
329
329
platform = espressif32 @ 5.1.0
330
330
board = esp32dev
331
331
framework = espidf
332
332
build_flags = -Werror -Wall -Wno-deprecated-declarations -Wno-error =incompatible-pointer-types -Wno-unused-function -Wno-error =attributes
333
333
board_build.f_cpu = 240000000L
334
- lib_extra_dirs = ../../..
334
+ lib_extra_dirs = ../..
335
335
336
336
[env:esp32_idf_V5_0_0]
337
337
platform = espressif32 @ 5.0.0
338
338
board = esp32dev
339
339
framework = espidf
340
340
build_flags = -Werror -Wall -Wno-deprecated-declarations -Wno-error =incompatible-pointer-types -Wno-unused-function -Wno-error =attributes
341
341
board_build.f_cpu = 240000000L
342
- lib_extra_dirs = ../../..
342
+ lib_extra_dirs = ../..
343
343
344
344
[env:esp32_idf_V4_4_0]
345
345
platform = espressif32 @ 4.4.0
346
346
board = esp32dev
347
347
framework = espidf
348
348
build_flags = -Werror -Wall -Wno-deprecated-declarations -Wno-error =incompatible-pointer-types -Wno-unused-function -Wno-error =attributes
349
349
board_build.f_cpu = 240000000L
350
- lib_extra_dirs = ../../..
350
+ lib_extra_dirs = ../../
351
351
352
352
[env:esp32c3_idf_V5_0_0]
353
353
platform = espressif32 @ 5.0.0
354
354
board = esp32-c3-devkitm-1
355
355
framework = espidf
356
356
build_flags = -Werror -Wall -Wno-deprecated-declarations -Wno-error =incompatible-pointer-types -Wno-unused-function -Wno-error =attributes
357
357
board_build.f_cpu = 240000000L
358
- lib_extra_dirs = ../../..
358
+ lib_extra_dirs = ../..
359
359
360
360
[env:esp32s2_idf_V5_0_0]
361
361
platform = espressif32 @ 5.0.0
362
362
board = esp32-s2-saola-1
363
363
framework = espidf
364
364
build_flags = -Werror -Wall -Wno-deprecated-declarations -Wno-error =incompatible-pointer-types -Wno-unused-function -Wno-error =attributes
365
365
board_build.f_cpu = 240000000L
366
- lib_extra_dirs = ../../..
366
+ lib_extra_dirs = ../..
367
367
368
368
[env:esp32s3_idf_V5_0_0]
369
369
platform = espressif32 @ 5.0.0
370
370
board = esp32-s3-devkitc-1
371
371
framework = espidf
372
372
build_flags = -Werror -Wall -Wno-deprecated-declarations -Wno-error =incompatible-pointer-types -Wno-unused-function -Wno-error =attributes
373
373
board_build.f_cpu = 240000000L
374
- lib_extra_dirs = ../../..
374
+ lib_extra_dirs = ../..
375
375
376
376
# [env:esp32s2]
377
377
# board = esp32-s2-saola-1
@@ -437,4 +437,3 @@ board = leonardo
437
437
framework = arduino
438
438
build_flags = -Werror -Wall -Wno-deprecated-declarations -Wno-error =incompatible-pointer-types
439
439
lib_extra_dirs = ../../..
440
-
0 commit comments