1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-15 00:02:49 +03:00

use String return for both SSID functions

This commit is contained in:
Pascal Gollor
2015-10-01 18:52:46 +02:00
parent cf424a9290
commit f1dcfb2794
2 changed files with 4 additions and 4 deletions

View File

@ -239,7 +239,7 @@ public:
*
* return: ssid string of the specified item on the networks scanned list
*/
const char* SSID(uint8_t networkItem);
String SSID(uint8_t networkItem);
/*
* Return the encryption type of the networks discovered during the scanNetworks