Skip to content

Commit b20ae70

Browse files
committed
screen.ts debugging info
1 parent 6263447 commit b20ae70

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
@@ -186,7 +186,7 @@ namespace user_interface_base {
186186
public static fill(
187187
c: number
188188
) {
189-
basic.showNumber(c)
189+
// basic.showNumber(c)
190190
radio.sendBuffer(Buffer.fromArray([SCREEN_FN_ID_FILL, c]));
191191
}
192192

0 commit comments

Comments
 (0)