Add MD5 computation to Esp and add request header with MD5 hash of the running sketch to HTTPUpdate (#2176)

This commit is contained in:
Jeroen88
2018-12-11 02:06:58 +01:00
committed by Me No Dev
parent 70f000da71
commit 1289f4be4b
3 changed files with 49 additions and 4 deletions

View File

@ -90,6 +90,7 @@ public:
FlashMode_t magicFlashChipMode(uint8_t byte);
uint32_t getSketchSize();
String getSketchMD5();
uint32_t getFreeSketchSpace();
bool flashEraseSector(uint32_t sector);