mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 07:06:36 +01:00
stability improvements in C6 flashing
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user