1 parent 74bc432 commit d1e9de2Copy full SHA for d1e9de2
6 files changed
js/console.js
@@ -17,7 +17,8 @@ export class ESP32ToolConsole {
17
this.allowInput = allowInput;
18
this.console = null;
19
this.cancelConnection = null;
20
- // Command history buffer
+ // Command history buffer — keep in sync with src/console.ts
21
+ // (history logic is duplicated there; update both files together)
22
this.commandHistory = [];
23
this.historyIndex = -1;
24
this.currentInput = "";
0 commit comments