Code: Select all
AT+CWLAP="WiFi"
Code: Select all
AT+CWLAP
Code: Select all
+CWLAP:(4,"WiFi",-47,"aa:aa:aa:aa:aa:aa",9,66,0)
+CWLAP:(4,"AnotherNetwork",-91,"bb:bb:bb:bb:bb:bb",11,105,0)
OK
I'm using this command to check if the network is available before connecting to it, and the microcontroller I'm using doesn't have a lot of RAM to check with the whole list of networks. Can this be fixed?