Skip to content

Commit 43b27c6

Browse files
authored
Merge pull request #684 from BrentIO/fix/backup-uploaded-ok
fix: update backup upload success message to "Backup uploaded OK"
2 parents 0b18831 + 8c10c9f commit 43b27c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Controller/Controller.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6018,7 +6018,7 @@ void cloudBackup_scheduleHandler() {
60186018

60196019
if (httpCode == 200 || httpCode == 204 || httpCode == 304) {
60206020
eventLog.resolveError("Backup upload fail");
6021-
eventLog.createEvent("Backup uploaded");
6021+
eventLog.createEvent("Backup uploaded OK");
60226022
} else {
60236023
char text[OLED_CHARACTERS_PER_LINE + 1];
60246024
snprintf(text, sizeof(text), "Backup up fail %d", httpCode);

0 commit comments

Comments
 (0)