1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

Minor code style changes

This commit is contained in:
Ivan Grokhotkov
2015-04-30 18:54:16 +08:00
parent 483533ac4c
commit a4536d5935
3 changed files with 17 additions and 13 deletions

View File

@ -223,6 +223,10 @@ public:
*/
bool smartConfigDone();
/*
* Stop SmartConfig
*
*/
void stopSmartConfig();
friend class WiFiClient;