don't compile code when target is build_webUI

This commit is contained in:
proddy
2025-10-25 14:15:03 +02:00
parent 90038e08dc
commit e4f129db04

View File

@@ -114,7 +114,9 @@ lib_deps =
[env:build_webUI] [env:build_webUI]
platform = native platform = native
targets = build targets = build
extra_scripts = post:scripts/build_interface.py extra_scripts = pre:scripts/build_interface.py
; Exclude all source files so the C code doesn't build
build_src_filter = -<*>
; ;
; Builds for different board types ; Builds for different board types