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 6cde03a commit 0a1c8ffCopy full SHA for 0a1c8ff
adafruit_platformdetect/chip.py
@@ -27,11 +27,6 @@ class Chip:
27
"""Attempt detection of current chip / CPU."""
28
def __init__(self, detector):
29
self.detector = detector
30
- try:
31
- if os.environ['BLINKA_NOVA']:
32
- self._binho = None
33
- except KeyError: # no relevant environment var
34
- pass
35
36
@property
37
def id(self): # pylint: disable=invalid-name,too-many-branches,too-many-return-statements
0 commit comments