mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
fixes to num_entities
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# creates an CSV file called "dump_entities.cvs" with all devices and their entities
|
||||
# run from top folder like `sh ./scripts/dump_entities.sh`
|
||||
rm -f dump_entities.csv
|
||||
make clean;
|
||||
make ARGS=-DEMSESP_STANDALONE_DUMP;
|
||||
make clean
|
||||
make ARGS=-DEMSESP_STANDALONE_DUMP
|
||||
echo "test dump" | ./emsesp | python3 ./scripts/dump_entities.py > dump_entities.csv
|
||||
cat dump_entities.csv
|
||||
Reference in New Issue
Block a user