PWM PM8000 and PM9000 added to library

This commit is contained in:
Emmanuel HC
2025-10-01 09:24:27 -05:00
parent 80392c072f
commit 40e9cc14a6
13 changed files with 185 additions and 51 deletions

View File

@@ -9,10 +9,10 @@
; https://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = BKR_Eaton_PXR20_25 ; Select here the name of the configuration you want to download
default_envs = PQM_PM9000_TCP ; Select here the name of the configuration you want to download
[env]
upload_port = COM50
upload_port = COM15
[common_env_options]
framework = arduino
@@ -163,4 +163,18 @@ platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_flags = -D USE_MODBUS_IP
build_src_filter = -<*> +<EPMS/Breaker/BKR_Eaton_PXR20_25>
build_src_filter = -<*> +<EPMS/Breaker/BKR_Eaton_PXR20_25>
[env:PQM_PM8000_TCP]
platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_flags = -D USE_MODBUS_IP
build_src_filter = -<*> +<EPMS/PQM/PQM_PM8000_TCP>
[env:PQM_PM9000_TCP]
platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_flags = -D USE_MODBUS_IP
build_src_filter = -<*> +<EPMS/PQM/PQM_PM9000_TCP>