1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-09-08 06:28:00 +03:00
add close and stop as alias
This commit is contained in:
Markus Sattler
2015-12-10 12:00:28 +01:00
parent 33bc6f889e
commit 55afeba174
4 changed files with 24 additions and 0 deletions

View File

@@ -66,6 +66,9 @@ public:
void begin();
void handleClient();
void close();
void stop();
bool authenticate(const char * username, const char * password);
void requestAuthentication();