Skip to content

Commit c559a41

Browse files
committed
adding timeouts
1 parent 0ea776c commit c559a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

screen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ namespace user_interface_base {
8989

9090
let timePassed = 0;
9191
while (!received) {
92-
if (timePassed % 60 == 0)
92+
if (timePassed % 15 == 0)
9393
radio.sendBuffer(buf);
9494
timePassed += 3;
9595
basic.pause(3)

0 commit comments

Comments
 (0)