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