mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
modified the comments
This commit is contained in:
@@ -291,11 +291,11 @@ build_flags =
|
|||||||
; 8. create the dump_telegrams.csv file
|
; 8. create the dump_telegrams.csv file
|
||||||
;
|
;
|
||||||
; To run this in pio use the steps
|
; 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
|
; pio run -e build_standalone -t clean -t build
|
||||||
|
|
||||||
# builds the modbus_entity_parameters.hpp header file
|
# 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]
|
[env:build_modbus]
|
||||||
extends = env:native
|
extends = env:native
|
||||||
targets = build
|
targets = build
|
||||||
@@ -317,5 +317,5 @@ extra_scripts =
|
|||||||
build_flags = -DEMSESP_STANDALONE
|
build_flags = -DEMSESP_STANDALONE
|
||||||
custom_test_command = entity_dump
|
custom_test_command = entity_dump
|
||||||
custom_output_file = dump_entities.csv
|
custom_output_file = dump_entities.csv
|
||||||
custom_post_script = scripts/build_modbus_generate_doc_post.py
|
custom_post_script = scripts/build_standalone_post.py
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user