We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31220c2 commit e04c334Copy full SHA for e04c334
src/Arduino_ESP32_OTA.h
@@ -63,17 +63,17 @@ class Arduino_ESP32_OTA
63
None = 0,
64
NoOtaStorage = -2,
65
OtaStorageInit = -3,
66
- OtaStorageEnd = -4,
67
- UrlParseError = -5,
68
- ServerConnectError = -6,
69
- HttpHeaderError = -7,
+ OtaHeaderLength = -5,
+ OtaHeaderCrc = -6,
+ OtaHeaterMagicNumber = -7,
70
ParseHttpHeader = -8,
71
- OtaHeaderLength = -9,
72
- OtaHeaderCrc = -10,
73
- OtaHeaterMagicNumber = -11,
+ UrlParseError = -9,
+ ServerConnectError = -10,
+ HttpHeaderError = -11,
74
OtaDownload = -12,
75
OtaHeaderTimeout = -13,
76
- HttpResponse = -14
+ HttpResponse = -14,
+ OtaStorageEnd = -15,
77
};
78
79
Arduino_ESP32_OTA();
0 commit comments