Explorar o código

change mqtt host

David %!s(int64=8) %!d(string=hai) anos
pai
achega
7d1bbbc8f5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      camera1/rotate-servo.py

+ 1 - 1
camera1/rotate-servo.py

@@ -43,7 +43,7 @@ client = mqtt.Client()
 client.on_connect = on_connect
 client.on_message = on_message
 
-client.connect("iot.eclipse.org", 1883, 60)
+client.connect("192.168.2.123", 1883, 60)
 
 
 def update_servo(servo, offset):