1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Merge pull request #729 from Links2004/esp8266

fix mac 599 for ESP8266HTTPUpdate
This commit is contained in:
Ivan Grokhotkov
2015-08-31 09:38:28 +03:00
10 changed files with 44 additions and 4 deletions

View File

@ -96,6 +96,7 @@ public:
using Print::write;
static void stopAll();
static void stopAllExcept(WiFiClient * c);
private: