You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This turns out to be a bug in the gainspan firmware: Once you set a hostname, it will never be unset again, even when you specify an IP address (additionally, the length of the hostname can only grow, not shrink...). You'll have to factory reset and then only send an IP address to make that work. Nothing we can do to fix this, except add a warning comment.
Setting the host to an IP address in HqInfo.cpp:
const char HqHandler::host[] = "10.0.1.100";
And reflashing a lead scout results in NAUTO switching from it, to
0.0.0.0
then to127.0.0.1
The text was updated successfully, but these errors were encountered: