Skip to content

Commit 3abb4df

Browse files
committed
Replacing waitForAck() with tryToSend()
1 parent c695eac commit 3abb4df

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 % 15 == 0)
92+
if (timePassed % 99 == 0)
9393
radio.sendBuffer(buf);
9494
timePassed += 3;
9595
basic.pause(3)

0 commit comments

Comments
 (0)