소스 검색

change mqtt host

David 8 년 전
부모
커밋
7d1bbbc8f5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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):