TudbuT / picoAM

A simple but capable AM transmitter for the Raspbery Pi pico!
GNU Affero General Public License v3.0
31 stars 1 forks source link

Add precompiled binary in a Github release #2

Open creeper6530 opened 7 months ago

creeper6530 commented 7 months ago

You can use the so-called Releases on this Github repo to upload and publish precompiled binaries others can just upload to their Picos. Some people haven't Arduino IDE installed and it would help those a lot.

You obtain those binaries in Arduino IDE by running Sketch > Export compiled binary (Alt+Ctrl+S). You'll find them in <sketch's directory>/build/arduino.mbed_rp2040.pico/<something>.ino.uf2. Some people haven't Arduino IDE installed and it would help those a lot.

TudbuT commented 7 months ago

Sure. I'll do that when I'm back home. (BTW, I'm aware releases exist on GitHub, I just didn't think to precompile this kind of thing.)