modified the comments

This commit is contained in:
proddy
2025-10-25 09:52:23 +02:00
parent 4cdeecd952
commit 4d6f080263

View File

@@ -291,11 +291,11 @@ build_flags =
; 8. create the dump_telegrams.csv file
;
; To run this in pio use the steps
; pio run -e build_modbus
; pio run -e build_modbus -t clean -t build
; pio run -e build_standalone -t clean -t build
# builds the modbus_entity_parameters.hpp header file
# pio run -e build_modbus
# pio run -e build_modbus -t clean -t build
[env:build_modbus]
extends = env:native
targets = build
@@ -317,5 +317,5 @@ extra_scripts =
build_flags = -DEMSESP_STANDALONE
custom_test_command = entity_dump
custom_output_file = dump_entities.csv
custom_post_script = scripts/build_modbus_generate_doc_post.py
custom_post_script = scripts/build_standalone_post.py