Update cap touch pin script.

This commit is contained in:
Kattni Rembor 2023-04-12 14:02:04 -04:00
parent 025ddf25f4
commit 5c68552f12

View file

@ -80,7 +80,7 @@ for possible_touch_pin in get_pin_names(): # Get the pin name.
"pulldown" in error_message # If the ValueError is regarding needing a pulldown...
):
print(
"Touch (no pulldown) on:", str(possible_touch_pin).replace("board.", "")
"Touch on:", str(possible_touch_pin).replace("board.", "")
)
else:
print("No touch on:", str(possible_touch_pin).replace("board.", ""))