aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: ca16a2c403dec8ec1501312d4df7404999ad0cc9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# DEXON DEMO IoT Firmware built with PlatformIO

## Prerequisites
You need to [setup PlatformIO](https://platformio.org/install) before you can start working on this project.

## Build and Flash
```sh
> pio run -t upload
```

## Monitor
```sh
> pio run -t monitor
```