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 c7b4cba commit 5eea0e6Copy full SHA for 5eea0e6
src/ttboard/__init__.py
@@ -6,4 +6,4 @@
6
@author: Pat Deegan
7
@copyright: Copyright (C) 2024 Pat Deegan, https://psychogenic.com
8
'''
9
-VERSION='0.9.7'
+VERSION='0.9.8'
src/ttboard/boot/post.py
@@ -69,7 +69,7 @@ def read_pin(cls, pin:str) -> int:
69
70
@classmethod
71
def both_project_buttons_held(cls):
72
- return cls.read_pin('rp_projclk') and not cls.read_pin('nproject_rst')
+ return cls.read_pin('rp_projclk') and not cls.read_pin('nprojectrst')
73
74
# could also check
75
0 commit comments