Skip to content

Commit 6263447

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

screen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ namespace user_interface_base {
186186
public static fill(
187187
c: number
188188
) {
189+
basic.showNumber(c)
189190
radio.sendBuffer(Buffer.fromArray([SCREEN_FN_ID_FILL, c]));
190191
}
191192

0 commit comments

Comments
 (0)