ESP32 board manager version

Do you mean to say I must call this function in the setup{} routine?

I have already implimented this function in my code above,

BLYNK_CONNECTED() {
   Blynk.syncAll();
}