Skip to content

Commit 2fbba95

Browse files
authored
Merge pull request #2475 from kattni/cap-touch-script-update
Update cap touch pin script.
2 parents 025ddf2 + 5c68552 commit 2fbba95

File tree

1 file changed

+1
-1
lines changed
  • CircuitPython_Templates/cap_touch_pin_script

1 file changed

+1
-1
lines changed

CircuitPython_Templates/cap_touch_pin_script/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def get_pin_names():
8080
"pulldown" in error_message # If the ValueError is regarding needing a pulldown...
8181
):
8282
print(
83-
"Touch (no pulldown) on:", str(possible_touch_pin).replace("board.", "")
83+
"Touch on:", str(possible_touch_pin).replace("board.", "")
8484
)
8585
else:
8686
print("No touch on:", str(possible_touch_pin).replace("board.", ""))

0 commit comments

Comments
 (0)