changeset 382:61f1c529a9b7

etcd port change; pigpio download link change Ignore-this: cf0ce00b51c41c7d897bf5dbefab7480
author drewp@bigasterisk.com
date Fri, 28 Dec 2018 01:56:52 -0800
parents 38a74c43639c
children 8f5a16a55f64
files service/piNode/piNode.py service/piNode/requirements.txt
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/service/piNode/piNode.py	Fri Dec 28 01:56:33 2018 -0800
+++ b/service/piNode/piNode.py	Fri Dec 28 01:56:52 2018 -0800
@@ -36,7 +36,7 @@
 
 hostname = socket.gethostname()
 CTX = ROOM['pi/%s' % hostname]
-etcd = etcd3.client(host='bang6')
+etcd = etcd3.client(host='bang6', port=9022)
 
 def patchRandid():
     """
--- a/service/piNode/requirements.txt	Fri Dec 28 01:56:33 2018 -0800
+++ b/service/piNode/requirements.txt	Fri Dec 28 01:56:52 2018 -0800
@@ -6,7 +6,7 @@
 python-dateutil
 w1thermsensor
 service_identity
-http://abyz.co.uk/rpi/pigpio/pigpio.zip
+http://abyz.me.uk/rpi/pigpio/pigpio.zip
 git+git://github.com/adafruit/Adafruit_Nokia_LCD
 RPi.GPIO==0.6.2
 influxdb==3.0.0