Skip to content

Commit d263caa

Browse files
committed
Navigator on Bruce Lab
1 parent 9444591 commit d263caa

File tree

3 files changed

+665
-39
lines changed

3 files changed

+665
-39
lines changed

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/serial_helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export async function readSerialPort(port: SerialPort, callback: Function) {
2424
break;
2525
}
2626
}
27-
}, 5000);
27+
}, 2500);
2828
} catch (error) {
2929
alert('Error during communication with device');
3030
}

0 commit comments

Comments
 (0)