How can i change Host IP?
huwei1024 opened this issue · 3 comments
huwei1024 commented
How can i change Host IP?
Chris-Hoo commented
open src/AWTRIXController.cpp
change this variable: char awtrix_server[16] = "0.0.0.0";
Blueforcer commented
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
huwei1024 commented
@Blueforcer ok. Thanks.