We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8690c58 commit ade8c66Copy full SHA for ade8c66
CircuitPython_Sip_and_Puff/puff_detector.py
@@ -34,7 +34,7 @@
34
Y_OFFSET = 3
35
TEXT_HEIGHT = 8
36
BOTTOM_ROW = DISPLAY_HEIGHT - TEXT_HEIGHT
37
-BANNER_STRING = "PUFF-O-TRON-9000"
+BANNER_STRING = "ST LPS33HW Sip & Puff"
38
pressure_string = " "
39
input_type_string = " "
40
# pylint:disable=too-many-locals,exec-used,eval-used
0 commit comments