Added doc

This commit is contained in:
2019-03-12 17:54:59 +01:00
parent 80dedb1490
commit 596d6869c8
+1
View File
@@ -15,6 +15,7 @@ mbed target NUCLEO_L073RZ
mbed config -G GCC_ARM_PATH /opt/gcc-arm-none-eabi-7-2017-q4-major/bin
cp mbed_app.json.sample mbed_app.json
# modify lora.device-eui, lora.application-eui and lora.application-key in mbed_app.json
# or use the provided script to change them into the binary file
mbed compile --profile profiles/release.json
```