Updated README

This commit is contained in:
2018-05-31 10:48:58 +02:00
parent 9629865668
commit 765c47ba2a
+4 -1
View File
@@ -4,9 +4,12 @@
Clone this repository, then :
```
```sh
mbed deploy
mbed toolchain GCC_ARM
mbed target MTB_RAK811
# modify lora.device-eui, lora.application-eui and lora.application-key in mbed_app.json
# modify mbed_settings.py to set gcc arm path if needed
mbed compile --profile mbed-os/tools/profiles/release.json
```