We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98fe44e commit 6b8503cCopy full SHA for 6b8503c
kernel/src/components/MinimizedButton.ts
@@ -55,11 +55,13 @@ export class MinimizedButton {
55
this.statusIndicator.classList.remove('disconnected');
56
this.deviceLabel.textContent = msg;
57
this.element.title = `Open RedBoard Device Manager (${msg})`;
58
+ console.log("MinimizedButton: Device connected:", msg);
59
}
60
updateOnDisconnection(msg: string){
61
this.statusIndicator.classList.add('disconnected');
62
this.statusIndicator.classList.add('connected');
63
64
65
66
67
0 commit comments