Merge pull request #2475 from kattni/cap-touch-script-update
Update cap touch pin script.
This commit is contained in:
commit
2fbba95105
1 changed files with 1 additions and 1 deletions
|
|
@ -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.", ""))
|
||||
|
|
|
|||
Loading…
Reference in a new issue