Skip to content

Commit 84c0149

Browse files
committed
debugging
1 parent 19a97d1 commit 84c0149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

screen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ namespace user_interface_base {
124124
// Send bitmap meta-data:
125125
radio.sendString("" + maxPacketBufferSize + "," + bitmap.width + "," + bitmap.height);
126126

127-
// basic.showString("W")
128127
// this.waitForAck();
129128

130129

@@ -137,6 +136,7 @@ namespace user_interface_base {
137136
basic.pause(3)
138137
}
139138

139+
basic.showString("D")
140140

141141
// Send a chunk of the bitmap and wait for ACK, RX will rebuild the bitmap:
142142
for (let j = 0; j < numberOfChunks; j++) {

0 commit comments

Comments
 (0)