stability improvements in C6 flashing

This commit is contained in:
Nic Limper
2025-03-27 21:10:10 +01:00
parent 0fb0c6f74d
commit e102f8e4e9
13 changed files with 137 additions and 111 deletions

View File

@@ -224,8 +224,8 @@ bool FlashC6_H2(const char *RepoUrl) {
File readfile = contentFS->open(JsonFilename, "r");
if(!readfile) {
Serial.println("load " + JsonFilename + ": Failed to open file");
break;
wsSerial("load " + JsonFilename + ": Failed to open file");
return true;
}
DeserializationError jsonError = deserializeJson(jsonDoc, readfile);