Update platformio.ini

This commit is contained in:
RobertJDavis
2025-10-21 15:13:09 -07:00
parent 2b7a376bc6
commit 16a1bdf240

View File

@@ -191,5 +191,5 @@ build_src_filter = -<*> +<EPMS/ATS/ATS_Woodward_DTSC200A_TCP>
platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_flags = -D USE_MODBUS_IP ;Importat configuration, this flags is used to configure the program
build_src_filter = -<*> +<BMS/CRAH/CRAH_UMAS_TCP> ;Add the specific folder path here
build_flags = -D USE_MODBUS_IP
build_src_filter = -<*> +<BMS/CRAH/CRAH_UMAS_TCP>