1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Added check if wifi shield is not present

This commit is contained in:
Mimmo La Fauci
2012-05-26 12:02:15 +02:00
parent 28a453783f
commit a1fa79aa24
4 changed files with 25 additions and 16 deletions

View File

@ -123,7 +123,7 @@ public:
*
* return: Number of discovered networks
*/
uint8_t scanNetworks();
int8_t scanNetworks();
/*
* Return the SSID discovered during the network scan.