[DEV] Add automatic BT lib replacement for BLE environments (#1860)

So that the replacement is done locally on the development environments but also with the CI
This commit is contained in:
Florian
2024-01-09 12:52:59 -06:00
committed by GitHub
parent 2c3d98729a
commit f1f27cc83e
6 changed files with 55 additions and 30 deletions

View File

@@ -190,6 +190,7 @@ build_flags =
;'-DCORE_DEBUG_LEVEL=4'
[com-esp32] ; Used by all ESP32 based builds
extra_scripts = pre:scripts/replace_lib.py
lib_deps =
${env.lib_deps}
${libraries.wifimanager32}