deckerego / Macropad_Hotkeys

A derivative of the Macropad Hotkeys example from the Adafruit Learning System Guide
MIT License
44 stars 13 forks source link

lib does not have .mpy files #7

Closed mistahBen closed 2 years ago

mistahBen commented 2 years ago

Hi there,

I just downloaded your Hotkeys and realized that the lib directory doesn't actually have the .mpy files referred to in the readme. Wasn't sure if that was an oversight, I was also able to resolve it using the methods you described (i.e. pulling them from another source) but from the text of the /lib readme it sounds like they should also be there so it runs "out of the box".

deckerego commented 2 years ago

The lib/ directory does have the library files within the release .zip file, but the libraries are not committed as part of the git tree. Double-check that they are extracted with Macropad.Hotkeys.v1.3.zip - you should see it within that release file. If you don't let me know!

deckerego commented 2 years ago

Closing for now - @mistahBen if the above pointer doesn't fix things, let me know and I'll re-open this issue.