We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e865dee + 6017fc3 commit cf98e40Copy full SHA for cf98e40
README.md
@@ -426,7 +426,7 @@ esp32FOTA.setUpdateEndCb( [](int partition) {
426
- Usage:
427
428
```cpp
429
-esp32FOTA.setUpdateCheckFailCb( [](int partition, int error code) {
+esp32FOTA.setUpdateCheckFailCb( [](int partition, int error_code) {
430
Serial.printf("Update could validate %s partition (error %d)\n", partition==U_SPIFFS ? "spiffs" : "firmware", error_code );
431
// error codes:
432
// -1 : partition not found
0 commit comments