Skip to content

Commit d1475ba

Browse files
committed
scan every 30 seconds
1 parent 4943198 commit d1475ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iotwifi/iotwifi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func RunWifi(log bunyan.Logger, messages chan CmdMessage, cfgLocation string) {
9494
go func() {
9595
for {
9696
wpacfg.ScanNetworks()
97-
time.Sleep(10 * time.Second)
97+
time.Sleep(30 * time.Second)
9898
}
9999
}()
100100

0 commit comments

Comments
 (0)