Skip to content

Commit ade8c66

Browse files
committed
changing name
1 parent 8690c58 commit ade8c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CircuitPython_Sip_and_Puff/puff_detector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
Y_OFFSET = 3
3535
TEXT_HEIGHT = 8
3636
BOTTOM_ROW = DISPLAY_HEIGHT - TEXT_HEIGHT
37-
BANNER_STRING = "PUFF-O-TRON-9000"
37+
BANNER_STRING = "ST LPS33HW Sip & Puff"
3838
pressure_string = " "
3939
input_type_string = " "
4040
# pylint:disable=too-many-locals,exec-used,eval-used

0 commit comments

Comments
 (0)