EEPROM usage in combination with OTA

If you just want OTA then take a look at this…

To store data on the Blynk server then simply write the data to a virtual pin, instead of to EEPROM, then retrieve it using Blynk.syncVirtual(vPin) within the BLYNK_CONNECTED() function.

Pete.