Bonjour
J'ai fait une modification pour transférer les fichiers spiffs en OTA à partir de la page html car j'avais une erreur.
J'ai peut-être un problème de version, je met le code de la modification si ça peux servir:
//ajout pour spiffs
int command = U_FLASH;
if (strstr(upload.filename.c_str(), "spiffs"))
{
command = U_SPIFFS;
//Debugln("command = U_SPIFFS");
}
//else
//Debugln("command = U_FLASH");
if (!Update.begin(maxSketchSpace,command))--->ligne 694 modifiée de Wifinfo.ino.