bportaluri / WiFiEsp

Arduino WiFi library for ESP8266 modules
GNU General Public License v3.0
548 stars 210 forks source link

WiFi.channel(i) on WiFi.scanNetworks #182

Open badre2911 opened 4 years ago

badre2911 commented 4 years ago

Hi, Could it be possible to add WiFi.channel on library WiFiEsp, i need to get channel for each ssid when i scan the network, i use Teensy 3.6 and ESP8266-01 attached to it. scanNetworks is in file EspDrv.cpp, method is "uint8_t EspDrv::getScanNetworks()". Thank you in advance. Regards.

badre2911 commented 4 years ago

I made changes now I can use WiFi.channel (i), let me know if you want me to edit modification here, i have verified wiht application wifi on my android smartphone and is ok.