Closed wolly01 closed 8 months ago
According to the Arduino Reference, the method WiFi.begin(), should have an overload taking 0 arguments (no ssid nor password). However the library as written currently has no declaration nor definition of said method for no arguments.
WiFi.begin()
0
Please kindly implement this functionality.
Many thanks for resolution!
According to the Arduino Reference, the method
WiFi.begin()
, should have an overload taking0
arguments (no ssid nor password). However the library as written currently has no declaration nor definition of said method for no arguments.Please kindly implement this functionality.