PHX3 uploading to EPMS devices
Changed "SEL_2440 (MVG)" to "SEL_2440_MVG" so device can load onto Arduino. Uploaded existing EPMS code to PHX3 EPMS Arduinos. Changes to run status bit of UMAS CRAH. Modified a few PHX3 VFD ACH580 registers from HR to HR_10x.
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
|
||||
[platformio]
|
||||
|
||||
|
||||
default_envs = CH_York_YVAA_RTU ; Select here the name of the configuration you want to download
|
||||
|
||||
[env]
|
||||
@@ -232,4 +231,18 @@ platform = espressif32
|
||||
board = dfrobot_firebeetle2_esp32e
|
||||
extends = common_env_options
|
||||
build_flags = -D USE_MODBUS_IP
|
||||
build_src_filter = -<*> +<BMS/CRAH/CRAH_UMAS_TCP>
|
||||
build_src_filter = -<*> +<BMS/CRAH/CRAH_UMAS_TCP>
|
||||
|
||||
[env:GEN_HSE]
|
||||
platform = espressif32
|
||||
board = dfrobot_firebeetle2_esp32e
|
||||
extends = common_env_options
|
||||
build_flags = -D USE_MODBUS_IP
|
||||
build_src_filter = -<*> +<EPMS/GEN/GEN_HSE>
|
||||
|
||||
[env:SEL_2440_MVG]
|
||||
platform = espressif32
|
||||
board = dfrobot_firebeetle2_esp32e
|
||||
extends = common_env_options
|
||||
build_flags = -D USE_MODBUS_IP
|
||||
build_src_filter = -<*> +<Base_TCP>
|
||||
Reference in New Issue
Block a user