Skip to content

Commit

Permalink
[CAN] Some more envs with their own lib_ignore not ignoring CAN lib
Browse files Browse the repository at this point in the history
  • Loading branch information
TD-er committed Sep 22, 2024
1 parent 86d8d1a commit 9d37835
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions platformio_esp32s2_envs.ini
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ build_flags = ${esp32s2_common.build_flags}
-DPLUGIN_BUILD_IR
lib_ignore = ${esp32_always.lib_ignore}
ESP32_ping
CAN
extra_scripts = ${esp32s2_common.extra_scripts}
pre:tools/pio/pre_custom_esp32_IR.py
pre:tools/pio/ir_build_check.py
Expand Down
2 changes: 2 additions & 0 deletions platformio_esp32s3_envs.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ lib_ignore = ${esp32_always.lib_ignore}
ESP32_ping
${no_ir.lib_ignore}
ESP32 BLE Arduino
CAN
build_flags = ${esp32_base.build_flags}
-DFEATURE_ARDUINO_OTA=1
-DESP32S3
Expand Down Expand Up @@ -49,6 +50,7 @@ build_flags = ${esp32s3_common.build_flags}
-DPLUGIN_BUILD_IR
lib_ignore = ${esp32_always.lib_ignore}
ESP32_ping
CAN
extra_scripts = ${esp32s3_common.extra_scripts}
pre:tools/pio/pre_custom_esp32_IR.py
pre:tools/pio/ir_build_check.py
Expand Down

0 comments on commit 9d37835

Please sign in to comment.