Skip to content

Commit 1ef3fe8

Browse files
dbg
1 parent a9ade06 commit 1ef3fe8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/src/services/DeviceService.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export class DeviceService {
1111
constructor() {
1212
// Contiuously check the port status every 2 seconds to update the connection status/card
1313
setInterval(() => {
14+
console.log('[DeviceService]: Checking port status...');
1415
if (this.port && !this.port.readable && !this.port.writable) {
1516
console.log('[DeviceService]: Port is not readable or writable, disconnecting...');
1617
this.disconnect();

0 commit comments

Comments
 (0)