diff options
author | Hsuan Lee <BOCZeratul@gmail.com> | 2019-01-28 11:29:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-28 11:29:17 +0800 |
commit | 5d6d6066b021097954b049823e43918fe3097a66 (patch) | |
tree | 905b635f6bb3175c22ac251ee7cb156252753d58 | |
parent | 1388f26da5143cffaca157c9042fde618a265778 (diff) | |
download | dexon-iot-firmware-pio-5d6d6066b021097954b049823e43918fe3097a66.tar.gz dexon-iot-firmware-pio-5d6d6066b021097954b049823e43918fe3097a66.tar.zst dexon-iot-firmware-pio-5d6d6066b021097954b049823e43918fe3097a66.zip |
Create README.md
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..ab48f09 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# DEXON IoT Firmware built on 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 +``` |