Arduino
Arduino copied to clipboard
filesystem md5
Hello,
HTTP_X_ESP8266_SKETCH_MD5 allows me to compare the sketch on the mcu and the binary file hosted on the cloud, so that ota update is only executed if hashes differ.
That works great for firmware updates, but what about filesystem updates? Is there something as convenient for ffs updates?