Error related to this line if (!Update.begin(fullSize, U_SPIFFS)) { I had to change to if (!Update.begin(fullSize, U_FS)) { It now compiles.
Error related to this line
if (!Update.begin(fullSize, U_SPIFFS)) {
I had to change to if (!Update.begin(fullSize, U_FS)) {
It now compiles.