From 3efa2c6cf588ba850b375c342cab28048ec2b349 Mon Sep 17 00:00:00 2001 From: Emmanuel HC Date: Mon, 29 Sep 2025 09:06:49 -0500 Subject: [PATCH] Update platformio.ini --- platformio.ini | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/platformio.ini b/platformio.ini index 62320ec..bd378ca 100644 --- a/platformio.ini +++ b/platformio.ini @@ -9,6 +9,7 @@ ; https://docs.platformio.org/page/projectconf.html [platformio] +default_envs = ATS_800_RPD ; Select here the name of the configuration you want to download [env] upload_port = COM100 @@ -129,3 +130,9 @@ extends = common_env_options build_src_filter = -<*> + [env:ATS_800_RPD] +platform = espressif32 +board = dfrobot_firebeetle2_esp32e +extends = common_env_options +build_flags = -D USE_MODBUS_IP +build_src_filter = -<*> + +