Skip to content

Commit 1261222

Browse files
committed
screen.ts: tryToSend bugfix
1 parent 8744217 commit 1261222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

screen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ namespace user_interface_base {
8585
} else {
8686
radio.sendBuffer(data as Buffer);
8787
}
88-
timePassed += 3;
89-
basic.pause(3)
9088
}
89+
timePassed += 3;
90+
basic.pause(3)
9191
}
9292

9393
radio.onReceivedString((_: String) => { }); // Reset

0 commit comments

Comments
 (0)