# 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
```