RPP program added

This commit is contained in:
Emmanuel HC
2026-02-12 11:35:04 -06:00
parent 43ad28afa6
commit 09be54e330
8 changed files with 753 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
[platformio]
default_envs = CDU_CoolIT_Oracle_TCP ; Select here the name of the configuration you want to download
default_envs = RPP_Cortex_TCP ; Select here the name of the configuration you want to download
[env]
upload_port = COM19
@@ -266,4 +266,11 @@ platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_flags = -D USE_MODBUS_IP
build_src_filter = -<*> +<BMS/CDU/CDU_CoolIT_Oracle_TCP>
build_src_filter = -<*> +<BMS/CDU/CDU_CoolIT_Oracle_TCP>
[env:RPP_Cortex_TCP]
platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_flags = -D USE_MODBUS_IP
build_src_filter = -<*> +<EPMS/RPP/RPP_Cortex_TCP>