Richard Dawe
Richard Dawe
I think you can achieve something similar by opening the file read-only and then passing it to `id3.Parse()`, https://github.com/mikkyang/id3-go/blob/master/id3.go#L50
I took similar steps to https://github.com/microsoft/uf2/issues/5#issuecomment-440898681 to compile this on Linux, with a couple of additional steps: 1. Install the udev libraries and header files. On Ubuntu, I used `apt-get...
Thanks @waffle87 and @zvecr for your help and feedback. I've incorporated your suggested changes, and retested my YMD62 PCB and it works fine with the latest version. I pushed two...