From f764425db9c384ed7a02bbb0b1d6b022762ea929 Mon Sep 17 00:00:00 2001 From: Hvalpen <70752999+Hvalpen@users.noreply.github.com> Date: Wed, 12 May 2021 08:53:49 +0200 Subject: [PATCH] Update Controllersoftware.py --- P2 - Project/Controllersoftware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P2 - Project/Controllersoftware.py b/P2 - Project/Controllersoftware.py index 8b7923d..6ae5dd1 100644 --- a/P2 - Project/Controllersoftware.py +++ b/P2 - Project/Controllersoftware.py @@ -11,7 +11,7 @@ HOST = '' PORT = 9400 UDP_RELAY = (HOST,PORT) -TELLO_ADDR = ('192.168.10.1', 8889) +TELLO_ADDR = ('192.168.1.133', 8889) dataStats = []