mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-03-14 21:56:31 +03:00
7 lines
175 B
Bash
7 lines
175 B
Bash
#!/bin/bash
|
|
|
|
make clean
|
|
make ARGS=-DEMSESP_STANDALONE
|
|
echo "test entity_dump" | ./emsesp | python3 ./scripts/strip_csv.py | python3 ./scripts/generate-modbus-register-doc.py
|
|
|