changed ip

master
Ebbe Baß 2022-03-27 13:07:01 +02:00
parent 4fdd837110
commit 4d7370d46a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ LED_INVERT = False # True to invert the signal (when using NPN transistor
LED_CHANNEL = 0 # set to '1' for GPIOs 13, 19, 41, 45 or 53
global SOCKET_BIND_IP
SOCKET_BIND_IP = '0.0.0.0'
SOCKET_BIND_IP = '192.168.190.173'
global SOCKET_BIND_PORT
SOCKET_BIND_PORT = 5760