From afd7795f8e39e510cf53962181ed548877a28f31 Mon Sep 17 00:00:00 2001 From: Kizarm Date: Sun, 27 Oct 2024 16:08:38 +0100 Subject: [PATCH] sync label --- V203/usb/scope/bin/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/V203/usb/scope/bin/index.js b/V203/usb/scope/bin/index.js index 61ef536..4c58e05 100644 --- a/V203/usb/scope/bin/index.js +++ b/V203/usb/scope/bin/index.js @@ -61,6 +61,7 @@ function initWebSocket() { console.log (stored); if (stored) { gMark = JSON.parse (stored); + if (gMark.type === 'volt') MarkerVolt.checked = true; } connected = true; };