diff --git a/flasher.js b/flasher.js index a6b20f1..2258858 100644 --- a/flasher.js +++ b/flasher.js @@ -101,7 +101,7 @@ function setup() { } const flashing = reactive({ - supported: 'Serial' in window, + supported: 'Serial' in window || 'serial' in window.navigator, instance: null, active: false, percentage: 0,