mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-06 03:46: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
|
#### Init various constancs
|
||||||
LOG_INTERVAL=20
|
LOG_INTERVAL=20
|
||||||
POWER_PATH="/home/loic/power/"
|
POWER_PATH="/home/admin/ina260-zmq-publisher/data"
|
||||||
MAP_FILE="/home/loic/map.json"
|
MAP_FILE="/home/admin/ina260-zmq-publisher/map.json"
|
||||||
# Getting measuremnts location according to key
|
# Getting measuremnts location according to key
|
||||||
with open(MAP_FILE) as f:
|
with open(MAP_FILE) as f:
|
||||||
global MAP
|
global MAP
|
||||||
|
|
Loading…
Add table
Reference in a new issue