1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

Fix FAILD typo

This commit is contained in:
Marvin Roger
2015-11-06 14:17:45 +01:00
parent ba3af99a04
commit 0b89b9b467
6 changed files with 22 additions and 22 deletions

View File

@ -52,8 +52,8 @@ or it return header 304 to notify the ESP that no Update is needed.
```cpp
t_httpUpdate_return ret = ESPhttpUpdate.update("192.168.0.2", 80, "/esp/update/arduino.php", "optional current version string here");
switch(ret) {
case HTTP_UPDATE_FAILD:
Serial.println("[update] Update fail.");
case HTTP_UPDATE_FAILED:
Serial.println("[update] Update failed.");
break;
case HTTP_UPDATE_NO_UPDATES:
Serial.println("[update] Update no Update.");