Skip to content

Commit b7917fd

Browse files
committed
screen.ts: removed string send delay on .print()
1 parent 71911d3 commit b7917fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

screen.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ namespace user_interface_base {
394394
// basic.showNumber(SCREEN_FN_ID_PRINT);
395395

396396
radio.sendString(text);
397-
basic.pause(25);
398397

399398
const c: number = (color == null) ? 0 : color;
400399
radio.sendBuffer(Buffer.fromArray([SCREEN_FN_ID_PRINT, x, y, c]));

0 commit comments

Comments
 (0)