mirror of
https://github.com/meshcore-dev/flasher.meshcore.dev.git
synced 2026-04-20 22:13:50 +00:00
Check if window.navigator.serial exists for flashing.supported
This commit is contained in:
parent
c698244bc4
commit
a338469c14
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue