Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
sdk:scripts:best-operator [2022/10/12 14:22]
schmitt
sdk:scripts:best-operator [2023/06/30 12:25]
dodenhoeft
Line 95: Line 95:
             status = nb_status("​wwan"​);​             status = nb_status("​wwan"​);​
             s = (int) struct_get(status,​ "​MOBILE1_SIGNAL"​);​             s = (int) struct_get(status,​ "​MOBILE1_SIGNAL"​);​
-            if (s -113) {+            if (s -113) {
                 signal = s;                 signal = s;
                 nb_syslog("​%s at '​%s'​ with %d dBm", regstate, net, signal);                 nb_syslog("​%s at '​%s'​ with %d dBm", regstate, net, signal);