mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
fix, remove exit
This commit is contained in:
@@ -39,8 +39,6 @@ rm -f ./src/core/modbus_entity_parameters.hpp ./docs/dump_entities.csv
|
|||||||
echo "test entity_dump" | ./emsesp | python3 ./scripts/strip_csv.py > ./docs/dump_entities.csv
|
echo "test entity_dump" | ./emsesp | python3 ./scripts/strip_csv.py > ./docs/dump_entities.csv
|
||||||
cat ./docs/dump_entities.csv | python3 ./scripts/update_modbus_registers.py > ./src/core/modbus_entity_parameters.hpp
|
cat ./docs/dump_entities.csv | python3 ./scripts/update_modbus_registers.py > ./src/core/modbus_entity_parameters.hpp
|
||||||
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
# regenerate dump_entities.csv but without the Modbus entity parameters
|
# regenerate dump_entities.csv but without the Modbus entity parameters
|
||||||
make clean
|
make clean
|
||||||
make -s ARGS=-DEMSESP_STANDALONE
|
make -s ARGS=-DEMSESP_STANDALONE
|
||||||
|
|||||||
Reference in New Issue
Block a user