Skip to content

Commit 6b0b7b6

Browse files
committed
debugging
1 parent 84c0149 commit 6b0b7b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

screen.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ namespace user_interface_base {
136136
basic.pause(3)
137137
}
138138

139-
basic.showString("D")
140139

141140
// Send a chunk of the bitmap and wait for ACK, RX will rebuild the bitmap:
142141
for (let j = 0; j < numberOfChunks; j++) {
@@ -145,6 +144,7 @@ namespace user_interface_base {
145144

146145
// this.waitForAck();
147146

147+
basic.showString("A")
148148
let received = false;
149149
radio.onReceivedString((_: String) => {
150150
received = true;
@@ -153,6 +153,7 @@ namespace user_interface_base {
153153
while (!received) {
154154
basic.pause(3)
155155
}
156+
basic.showString("D")
156157

157158
}
158159

0 commit comments

Comments
 (0)