mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-15 00:02:49 +03:00
rename stopAllexcepted to stopAllExcept and simplify the compare
This commit is contained in:
@ -130,7 +130,7 @@ t_httpUpdate_return ESP8266HTTPUpdate::update(const char * host, uint16_t port,
|
||||
} else {
|
||||
|
||||
WiFiUDP::stopAll();
|
||||
WiFiClient::stopAllexcepted(&tcp);
|
||||
WiFiClient::stopAllExcept(&tcp);
|
||||
|
||||
delay(100);
|
||||
|
||||
|
Reference in New Issue
Block a user