From 6432b6f3cb447c3ef4294b7c36f83d9f68ec2f4b Mon Sep 17 00:00:00 2001 From: Emmanuel HC Date: Mon, 29 Sep 2025 09:06:44 -0500 Subject: [PATCH] Update platformio.ini --- platformio.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 2ab396e..62320ec 100644 --- a/platformio.ini +++ b/platformio.ini @@ -9,7 +9,6 @@ ; https://docs.platformio.org/page/projectconf.html [platformio] -default_envs = Base_RTU ; Select here the name of the configuration you want to download [env] upload_port = COM100 @@ -108,7 +107,6 @@ build_src_filter = -<*> + platform = espressif32 board = dfrobot_firebeetle2_esp32e extends = common_env_options -upload_port = COM100 build_src_filter = -<*> + [env:CRAH_PAHHC_600_C6_TCP] @@ -130,3 +128,4 @@ board = dfrobot_firebeetle2_esp32e extends = common_env_options build_src_filter = -<*> + +[env:ATS_800_RPD]