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 69851ec commit 540411aCopy full SHA for 540411a
adafruit_pybadger/pyportal.py
@@ -71,6 +71,8 @@ def _unsupported(self):
71
# not available for PyPortal. If called while using a PyPortal, they will result in the
72
# NotImplementedError raised in the property above.
73
button = _unsupported
74
+ acceleration = _unsupported
75
+ auto_dim_display = _unsupported
76
77
78
pyportal = PyPortal() # pylint: disable=invalid-name
0 commit comments