From 4d6f0802633f532319a2cd31c2a77420f3a0c6ed Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 25 Oct 2025 09:52:23 +0200 Subject: [PATCH] modified the comments --- platformio.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platformio.ini b/platformio.ini index 6d13b354e..a4f93b4d0 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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