Skip to content

Commit 5eea0e6

Browse files
committed
bugfix for lingering name from pre-mux changes (project reset pin)
1 parent c7b4cba commit 5eea0e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ttboard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
@author: Pat Deegan
77
@copyright: Copyright (C) 2024 Pat Deegan, https://psychogenic.com
88
'''
9-
VERSION='0.9.7'
9+
VERSION='0.9.8'

src/ttboard/boot/post.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def read_pin(cls, pin:str) -> int:
6969

7070
@classmethod
7171
def both_project_buttons_held(cls):
72-
return cls.read_pin('rp_projclk') and not cls.read_pin('nproject_rst')
72+
return cls.read_pin('rp_projclk') and not cls.read_pin('nprojectrst')
7373

7474
# could also check
7575

0 commit comments

Comments
 (0)