mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-13 23:45:25 +00:00
Fixed reconnect after setup
This commit is contained in:
parent
e4e4ad4107
commit
9f3dba3aab
@ -19,7 +19,7 @@
|
||||
|
||||
if(sysinfo.net.ip && tries%3 == 0) {
|
||||
if(sysinfo.net.ip == '0.0.0.0') {
|
||||
retry;
|
||||
retry();
|
||||
return;
|
||||
};
|
||||
url = "http://" + sysinfo.net.ip;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user