awtrix/AWTRIX2.0-Controller

How can i change Host IP?

huwei1024 opened this issue · 3 comments

How can i change Host IP?

open src/AWTRIXController.cpp
change this variable: char awtrix_server[16] = "0.0.0.0";

this wont work because the seetings will be loaded from the saved json.
Just reset the controller by double reset it by an interval of 4s

@Blueforcer ok. Thanks.