Add complete device and kiosk backup

This commit is contained in:
Mikei386
2026-07-22 11:58:58 +02:00
parent 890a47a272
commit 22444ff5bd
13 changed files with 767 additions and 18 deletions
+2
View File
@@ -51,6 +51,7 @@ import * as stopwatch from './meters/stopwatch.js';
// Options UI
import { setupOptions } from './ui/options.js';
import { setupKioskBrowserBackup } from './ui/kiosk_browser_backup.js';
// --- Canvas & Context ---------------------------------------------------------
const C = document.getElementById('cv');
@@ -2734,6 +2735,7 @@ async function loop(now){
(async function boot(){
try{
const start = async () => {
if (!await setupKioskBrowserBackup()) return;
await new Promise((resolve) => setTimeout(resolve, 2000));
const layoutParam = (() => {
try {