WiFiFlutter
WiFiFlutter copied to clipboard
wifi access point temporarily full
I am connecting to IoT device to send Home wifi router details via WS. After updating to latest plugin, now I am getting message and unable to connect to IoT device's hotspot also getting popup
Message if try to connect to IoT wifi manually - "wifi access point temporarily full" Previously It was working. code snip: await WiFiForIoTPlugin.connect(ssid);
I am new to Flutter / Android. Please help