1
0
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:
Domenico La Fauci
2012-02-04 17:01:24 +01:00
parent 00c36dc563
commit 4558c021b7
5 changed files with 20 additions and 27 deletions

View File

@ -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)