mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-20 21:01:25 +03:00
WiFi libraries: fix compiler warning
This commit is contained in:
@ -46,6 +46,7 @@ int WiFiClass::begin()
|
||||
{
|
||||
// Add procedure to read the latest configuration from eeprom/dataflash
|
||||
// and start the wifi connection
|
||||
return WL_IDLE_STATUS;
|
||||
}
|
||||
|
||||
int WiFiClass::begin(char* ssid)
|
||||
|
Reference in New Issue
Block a user