Skip to content

Commit 32d4634

Browse files
committed
fix(tutorial): remove auto-enter fl mode before hello verify/unpatch steps
The tutorial auto-sent 'fl\n' when entering hello_verify and hello_unpatch steps. This is no longer needed as the fl command handling has changed. Remove the sendTerminalCommand('fl\n') call.
1 parent 1cef4e6 commit 32d4634

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

Tools/WebServer/static/js/features/tutorial.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -443,16 +443,6 @@ function renderTutorialStep() {
443443
startGatePoll();
444444
}
445445

446-
// Auto-enter fl mode for hello_verify / hello_unpatch steps
447-
if (step.id === 'hello_verify' || step.id === 'hello_unpatch') {
448-
if (
449-
window.FPBState?.isConnected &&
450-
typeof sendTerminalCommand === 'function'
451-
) {
452-
sendTerminalCommand('fl\n');
453-
}
454-
}
455-
456446
if (typeof translatePage === 'function') translatePage();
457447
}
458448

0 commit comments

Comments
 (0)