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 84c0149 commit 6b0b7b6Copy full SHA for 6b0b7b6
screen.ts
@@ -136,7 +136,6 @@ namespace user_interface_base {
136
basic.pause(3)
137
}
138
139
- basic.showString("D")
140
141
// Send a chunk of the bitmap and wait for ACK, RX will rebuild the bitmap:
142
for (let j = 0; j < numberOfChunks; j++) {
@@ -145,6 +144,7 @@ namespace user_interface_base {
145
144
146
// this.waitForAck();
147
+ basic.showString("A")
148
let received = false;
149
radio.onReceivedString((_: String) => {
150
received = true;
@@ -153,6 +153,7 @@ namespace user_interface_base {
153
while (!received) {
154
155
156
+ basic.showString("D")
157
158
159
0 commit comments