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
It's pretty obvious that the problem here is the while(true) loop.
Our current process continues to call wlan_ioctl_get_scan_results to fetch information about each network "while they are available". When a Tessel is in an area with a bunch of WiFi networks, I think it's possible, that the CC3000 updates the scan results faster than we print them out, leading to an infinite loop. Instead, we should use the number of results as the range of a for loop that prints out the available networks.
ghost
linked a pull request
Jan 17, 2015
that will
close
this issue
I don't have a repro test case yet, but sometimes when running
tessel wifi -l
, Tessel will output the names of the same networks in a loop, forever.The text was updated successfully, but these errors were encountered: