Skip to content

Commit c7cda69

Browse files
committed
pause & print out time optimisation
1 parent 94b0870 commit c7cda69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

screen.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,19 +115,19 @@ namespace user_interface_base {
115115
// Fill buffer & send it over radio:
116116
bitmap.getRows(row, rowBuffer);
117117

118-
basic.showString("B")
118+
// basic.showString("B")
119119
radio.sendBuffer(rowBuffer);
120-
basic.pause(50)
120+
basic.pause(25)
121121

122122
while (waitForAck()) {
123123
// basic.showString("B")
124124
radio.sendBuffer(rowBuffer);
125125

126126
// basic.showString("W")
127-
basic.pause(50)
127+
basic.pause(25)
128128
}
129129

130-
basic.showString("A")
130+
// basic.showString("A")
131131
}
132132

133133
// basic.showString("D")

0 commit comments

Comments
 (0)