mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-10 16:30:26 +00:00
Minor changes
This commit is contained in:
parent
165752ca0e
commit
57b6888bca
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ unique=args.unique
|
|||
#### Init various constancs
|
||||
LOG_INTERVAL=20
|
||||
POWER_PATH="/home/admin/ina260-zmq-publisher/data"
|
||||
MAP_FILE="/home/admin/ina260-zmq-publisher/map.json"
|
||||
MAP_FILE="/home/admin/ina260-zmq-publisher/.map.json"
|
||||
# Getting measuremnts location according to key
|
||||
with open(MAP_FILE) as f:
|
||||
global MAP
|
||||
|
|
Loading…
Add table
Reference in a new issue