arduino-libraries / WiFi

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

Remove false claim of zero argument `WiFi.begin` support from docs #70

Closed per1234 closed 8 months ago

per1234 commented 8 months ago

The API documentation claimed that calling WiFi.begin without arguments is supported. This is and has always been incorrect.

The false information is hereby removed from the documentation.

Fixes https://github.com/arduino-libraries/WiFi/issues/69