Closed jepler closed 3 years ago
I don't understand what's going on here and may need help. I didn't modify any nrf files in this PR, unless I overlooked something.
File "/opt/hostedtoolcache/Python/3.8.10/x64/lib/python3.8/site-packages/click/types.py", line 75, in __call__
return self.convert(value, param, ctx)
File "/opt/hostedtoolcache/Python/3.8.10/x64/lib/python3.8/site-packages/nordicsemi/__main__.py", line 64, in convert
if value.lower() == 'none':
AttributeError: 'int' object has no attribute 'lower'
Error during build: exit status 1
@makermelissa did you say something about click updating?
The build failure isn't happening today, and my latest tests under CircuitPython are all green now.
This adds support for CircuitPython, in conjunction with https://github.com/adafruit/circuitpython/pull/4755
this only works if you trick it into using blast_long. Treat as a work in progress only.