mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-05 11:26:25 +02:00
Minor changes
This commit is contained in:
parent
a1b14f62af
commit
165752ca0e
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ unique=args.unique
|
|||
|
||||
#### Init various constancs
|
||||
LOG_INTERVAL=20
|
||||
POWER_PATH="/home/loic/power/"
|
||||
MAP_FILE="/home/loic/map.json"
|
||||
POWER_PATH="/home/admin/ina260-zmq-publisher/data"
|
||||
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