我使用nanoframefork & vs2019为我的esp32设备编写固件。版本mscorelib 1.10.5 (我的设备不支持更高版本)当设备处于AP模式时,故障即将得到wifi网络的列表。如果使用示例中的代码(https://github.com/nanoframework/Samples/blob/main/samples/Wifi/ScanWiFi/Program.cs):
WiFiAdapter wifi = WiFiAdapter.FindAllAdapters()[0];WiFiAdapter wifi为空。它是空的,因为没有配置的wifi接口(Wireless80211)。当我的ESP32处于AP模式时,我如何扫描wifi网络?
https://stackoverflow.com/questions/70348153
复制相似问题