Skip to content

Commit 58913fc

Browse files
committed
acks
1 parent bba5b5c commit 58913fc

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
@@ -101,12 +101,12 @@ namespace user_interface_base {
101101
radio.sendString(name + "," + bitmap.height)
102102
basic.pause(25)
103103

104-
// basic.showString("W")
104+
basic.showString("W")
105105
while (waitForAck()) {
106106
radio.sendString(name + "," + bitmap.height);
107107
basic.pause(25)
108108
}
109-
// basic.showString("R")
109+
basic.showString("R")
110110

111111
// Send each row of the bitmap:
112112
// basic.showString("S")

0 commit comments

Comments
 (0)