Skip to content

Commit bba5b5c

Browse files
committed
acks
1 parent 5de32c7 commit bba5b5c

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
@@ -115,7 +115,7 @@ 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);
120120
basic.pause(50)
121121

@@ -127,7 +127,7 @@ namespace user_interface_base {
127127
basic.pause(50)
128128
}
129129

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

133133
// basic.showString("D")

0 commit comments

Comments
 (0)