This commit is contained in:
2026-02-27 16:39:33 +01:00
parent 09a2d1d82d
commit e848168840
3 changed files with 6 additions and 4 deletions

View File

@@ -273,6 +273,7 @@ int cmd_confirm_firmware() {
return rc;
}
LOG_INF("Firmware confirmed successfully");
send_ok();
reboot_with_status(REBOOT_STATUS_FIRMWARE_CONFIRMED);
return 0;
}