adafruit_macropad icon indicating copy to clipboard operation
adafruit_macropad copied to clipboard

code loading failed

Open martijn41s opened this issue 2 years ago • 1 comments

I tried importing the code to my macropad with circuitpython 7.3.1 but it fails Updating the libraries did not help unfortunatly.

Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
code.py output:
Traceback (most recent call last):
  File "code.py", line 16, in <module>
  File "utils/app_pad.py", line 175, in __init__
  File "utils/app_pad.py", line 189, in _init_macropad
  File "adafruit_macropad.py", line 172, in __init__
IndexError: tuple index out of range

martijn41s avatar Jul 19 '22 15:07 martijn41s

Sorry, I solved it by enabling the MIDI device again. I have also disabled the USB drive on boot unless the encoder button is pressed. Is this something that could be worthwhile to add to the code?

martijn41s avatar Jul 19 '22 16:07 martijn41s