-
• #2
this is what AT tells
1 Attachment
-
• #3
Well, that looks fishy. If you have a few minutes, could you capture the debug log for the scan?
-
• #4
please advise how
-
• #5
Never mind, I can reproduce it just fine...
-
• #6
The debug log is on by default and comes out on uart1/gpio2. You can turn it off/on using
require("ESP8266").logDebug(false/true)
. Be sure to turn it off if you are doing time-critical stuff. It will be off by default in an upcoming build... -
• #7
will give it a try next time - thanks
-
• #8
If you enable the debug log you see stuff like:
> jswrap_ESP8266_wifi_scan < jswrap_ESP8266_wifi_scan sl tick: 171571ms, heap: 12816 scandone >> scanCB - ssid: tve-home - ssid: oc1 << scanCB usl
which shows that the scan returned the expected local APs. Now why they don't arrive in JS-land...
try to get a list of Access Points but list is empty, any idea ?
connecting to a non hidden access point works