We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b0870 commit c7cda69Copy full SHA for c7cda69
screen.ts
@@ -115,19 +115,19 @@ namespace user_interface_base {
115
// Fill buffer & send it over radio:
116
bitmap.getRows(row, rowBuffer);
117
118
- basic.showString("B")
+ // basic.showString("B")
119
radio.sendBuffer(rowBuffer);
120
- basic.pause(50)
+ basic.pause(25)
121
122
while (waitForAck()) {
123
// basic.showString("B")
124
125
126
// basic.showString("W")
127
128
}
129
130
- basic.showString("A")
+ // basic.showString("A")
131
132
133
// basic.showString("D")
0 commit comments