- Install PlatformIO Core http://docs.platformio.org/page/core.html
- Run the following commands:
# Clone project
> git clone --recursive https://github.com/valeros/LoRaWANRelay-econode.git
# Change working directory
> cd LoRaWANRelay-econode
# Build project
> platformio run
# Upload firmware
> platformio run --target upload
# Clean build files
> platformio run --target clean