open-laser-tag / tagger

A open source / open hardware laser tag project built on esp32.
GNU General Public License v3.0
64 stars 5 forks source link

PlatformIO support and some cosmetic changes #7

Closed fleaz closed 5 years ago

fleaz commented 5 years ago

Heyho,

I implemented support for PlatformIO because it simplifies the process of dependency management, compiling and uploading a lot (And maybe I hate the Arduino IDE a bit :D ).

Also I did some minor cosmetic changes to the readme and the gitignore files.

Best, Felix