YourproductSmarter / KISSLoRa-demo

demo apps for KISSLoRa
MIT License
15 stars 26 forks source link

Add platformio configuration. #15

Open bertrik opened 5 years ago

bertrik commented 5 years ago

This adds a platformio configuration.

Platformio allows you to build an Arduino program from the command line, automatically downloading and caches the toolchain and libraries. Once installed, platformio can compile and upload the program using: pio run -t upload