Gadgetoid / dir2uf2

MIT License
9 stars 2 forks source link

Missing license #2

Closed joakimwinum closed 1 year ago

joakimwinum commented 1 year ago

I noticed your repository doesn't have a license. It would be great if you could add one to clarify permissions for use and contributions. Here's a helpful tool to choose the right one: https://choosealicense.com/.

Gadgetoid commented 1 year ago

Hello hello hello. What caused you to stumble here? 😆

Fixed - https://github.com/Gadgetoid/dir2uf2/blob/main/LICENSE

joakimwinum commented 1 year ago

Hi, thank you for adding a license so quickly. I am working on upgrading Enviro MicroPython firmware to the latest Pimoroni Pico Libraries to solve some SSL issues I encountered with Let's Encrypt TLS certificates, and found this repository as a building step in the GitHub Action workflow.

Gadgetoid commented 1 year ago

Just a word of warning- LittleFS Python had a 0.5.0 release with a LittleFS version bump making it incompatible with Pico MicroPython. You will need to install, specifically, v0.4.0-

python3 -m pip install littlefs-python==0.4.0
joakimwinum commented 1 year ago

Thank you, that solved the issue I was having.