Skip to content

Commit

Permalink
[Build] Custom IR ESP32 configurations not using the pre_custom_esp32…
Browse files Browse the repository at this point in the history
…_IR.py Python script
  • Loading branch information
tonhuisman committed Mar 16, 2024
1 parent c8494f9 commit 6ec42d2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions platformio_esp32_envs.ini
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,9 @@ build_flags = ${esp32_custom_base_LittleFS.build_flags}

[env:custom_IR_ESP32_4M316k_ETH]
extends = env:custom_IR_ESP32_4M316k
build_flags = ${env:custom_ESP32_4M316k.build_flags}
build_flags = ${env:custom_IR_ESP32_4M316k.build_flags}
-DFEATURE_ETHERNET=1
extra_scripts = ${env:custom_ESP32_4M316k.extra_scripts}
extra_scripts = ${env:custom_IR_ESP32_4M316k.extra_scripts}

[env:custom_IR_ESP32_16M8M_LittleFS_ETH]
extends = esp32_common_LittleFS
Expand All @@ -349,7 +349,7 @@ lib_ignore = ${esp32_always.lib_ignore}
ESP32_ping
${esp32_common_LittleFS.lib_ignore}
extra_scripts = ${esp32_common.extra_scripts}
pre:tools/pio/pre_custom_esp32.py
pre:tools/pio/pre_custom_esp32_IR.py
pre:tools/pio/ir_build_check.py

[env:normal_ESP32_4M316k_ETH]
Expand Down
2 changes: 1 addition & 1 deletion platformio_esp32c3_envs.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ build_flags = ${esp32c3_common.build_flags}
lib_ignore = ${esp32_always.lib_ignore}
ESP32_ping
extra_scripts = ${esp32c3_common.extra_scripts}
pre:tools/pio/pre_custom_esp32.py
pre:tools/pio/pre_custom_esp32_IR.py
pre:tools/pio/ir_build_check.py

[env:custom_ESP32c3_4M316k_LittleFS_CDC]
Expand Down
2 changes: 1 addition & 1 deletion platformio_esp32s2_envs.ini
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ build_flags = ${esp32s2_common.build_flags}
lib_ignore = ${esp32_always.lib_ignore}
ESP32_ping
extra_scripts = ${esp32s2_common.extra_scripts}
pre:tools/pio/pre_custom_esp32.py
pre:tools/pio/pre_custom_esp32_IR.py
pre:tools/pio/ir_build_check.py


Expand Down
2 changes: 1 addition & 1 deletion platformio_esp32s3_envs.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ build_flags = ${esp32s3_common.build_flags}
lib_ignore = ${esp32_always.lib_ignore}
ESP32_ping
extra_scripts = ${esp32s3_common.extra_scripts}
pre:tools/pio/pre_custom_esp32.py
pre:tools/pio/pre_custom_esp32_IR.py
pre:tools/pio/ir_build_check.py


Expand Down

0 comments on commit 6ec42d2

Please sign in to comment.