quick hack

This commit is contained in:
Joshua Bell 2019-10-25 09:43:43 -07:00
parent 1414ae2d6e
commit 0cd33247d7
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ $('#bootstrap').addEventListener('click', async e => {
async function getSerialPort() {
const port = await navigator.serial.requestPort();
const port = await navigator.serial.requestPort({});
if (!port) throw new Error('No ports');
return {