Skip to content

Commit eb6cf58

Browse files
committed
debugging
1 parent f183f39 commit eb6cf58

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
@@ -124,7 +124,7 @@ namespace user_interface_base {
124124
// Send bitmap meta-data:
125125
radio.sendString("" + maxPacketBufferSize + "," + bitmap.width + "," + bitmap.height);
126126

127-
basic.showString("W")
127+
// basic.showString("W")
128128
this.waitForAck();
129129

130130
// Send a chunk of the bitmap and wait for ACK, RX will rebuild the bitmap:
@@ -135,7 +135,7 @@ namespace user_interface_base {
135135
this.waitForAck();
136136
}
137137

138-
basic.showString("D")
138+
// basic.showString("D")
139139
}
140140

141141

0 commit comments

Comments
 (0)