mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
8 lines
291 B
Bash
8 lines
291 B
Bash
#!/bin/bash
|
|
|
|
# This is used to build the contents of the `Modbus-Entity-Registers.md` file used in the emsesp.org documentation.
|
|
|
|
make clean
|
|
make ARGS=-DEMSESP_STANDALONE
|
|
echo "test entity_dump" | ./emsesp | python3 ./scripts/strip_csv.py | python3 ./scripts/generate-modbus-register-doc.py
|