Skip to content

Commit d1e9de2

Browse files
authored
refactor: build js/util code from src/util code (#87)
1 parent 74bc432 commit d1e9de2

6 files changed

Lines changed: 371 additions & 258 deletions

File tree

js/console.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ export class ESP32ToolConsole {
1717
this.allowInput = allowInput;
1818
this.console = null;
1919
this.cancelConnection = null;
20-
// Command history buffer
20+
// Command history buffer — keep in sync with src/console.ts
21+
// (history logic is duplicated there; update both files together)
2122
this.commandHistory = [];
2223
this.historyIndex = -1;
2324
this.currentInput = "";

0 commit comments

Comments
 (0)