mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
JS: Add header text to REPL interactive console
This commit is contained in:
@@ -8,6 +8,7 @@ let tmp_number = 0;
|
||||
|
||||
let result = "Run JavaScript Code";
|
||||
while (dialog.message("Interactive Console", result)) {
|
||||
keyboard.setHeader("Type JavaScript Code");
|
||||
let input = keyboard.text(256);
|
||||
if (!input) break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user