Skip to content

Commit b0030df

Browse files
committed
screen.ts testing
1 parent 11e4636 commit b0030df

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
@@ -157,8 +157,8 @@ namespace user_interface_base {
157157
height: number,
158158
c: number
159159
) {
160-
// radio.sendString("hi");
161-
basic.showNumber(5)
160+
radio.sendString("hi");
161+
basic.showNumber(7)
162162
Screen.image.fillRect(Screen.x(x), Screen.y(y), width, height, c)
163163
}
164164

0 commit comments

Comments
 (0)