arduino-libraries / WiFi

WiFi Library for Arduino
http://arduino.cc/
115 stars 58 forks source link

`WiFi.begin()` missing overload #69

Closed wolly01 closed 8 months ago

wolly01 commented 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.

Please kindly implement this functionality.

wolly01 commented 8 months ago

Many thanks for resolution!