esp32FOTA icon indicating copy to clipboard operation
esp32FOTA copied to clipboard

Error in readme

Open MKme opened this issue 2 years ago • 1 comments

Should be error_code not error code I think. Cheers ****

esp32FOTA.setUpdateCheckFailCb( [](int partition, int error code) { Serial.printf("Update could validate %s partition (error %d)\n", partition==U_SPIFFS ? "spiffs" : "firmware", error_code ); // error codes: // -1 : partition not found // -2 : validation (signature check) failed });

MKme avatar Jan 26 '23 01:01 MKme

https://github.com/chrisjoyce911/esp32FOTA/pull/127

jnsdrssn avatar May 11 '23 13:05 jnsdrssn