Skip to content

Commit 6aa9394

Browse files
committed
acks
1 parent 2d4aa81 commit 6aa9394

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

screen.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,9 @@ namespace user_interface_base {
115115

116116
basic.showString("B")
117117
radio.sendBuffer(rowBuffer);
118+
basic.pause(50)
118119

119-
const ackReceived = waitForAck();
120-
121-
// basic.showString("W")
122-
while (ackReceived) {
120+
while (waitForAck()) {
123121
basic.showString("B")
124122
radio.sendBuffer(rowBuffer);
125123

@@ -131,7 +129,6 @@ namespace user_interface_base {
131129
}
132130

133131
basic.showString("D")
134-
// basic.clearScreen()
135132
}
136133

137134

0 commit comments

Comments
 (0)