deletion
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
let port;
|
||||
|
||||
await port.open({ baudRate: 9600});
|
||||
|
||||
while (port.readible) {
|
||||
@@ -7,3 +9,6 @@ while (port.readible) {
|
||||
|
||||
|
||||
}
|
||||
|
||||
export { };
|
||||
|
||||
|
Reference in New Issue
Block a user