From 16a1bdf240dd3c221b8e367aa9a491aa8fc3b4a3 Mon Sep 17 00:00:00 2001 From: RobertJDavis Date: Tue, 21 Oct 2025 15:13:09 -0700 Subject: [PATCH] Update platformio.ini --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 3905b81..78645ca 100644 --- a/platformio.ini +++ b/platformio.ini @@ -191,5 +191,5 @@ build_src_filter = -<*> + 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 = -<*> + ;Add the specific folder path here \ No newline at end of file +build_flags = -D USE_MODBUS_IP +build_src_filter = -<*> + \ No newline at end of file