Changed default IP to match ESP8266 firmware
This commit is contained in:
parent
75d8e8d9f7
commit
c0ed75d298
@ -14,7 +14,7 @@ audio input and control the LED strip directly.
|
||||
"""
|
||||
|
||||
if DEVICE == 'esp8266':
|
||||
UDP_IP = '192.168.137.150'
|
||||
UDP_IP = '192.168.0.150'
|
||||
"""IP address of the ESP8266. Must match IP in ws2812_controller.ino"""
|
||||
UDP_PORT = 7777
|
||||
"""Port number used for socket communication between Python and ESP8266"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user