Browse Source

Updated README

nvstore
Anthony Hinsinger 8 years ago
parent
commit
765c47ba2a
  1. 5
      README.md

5
README.md

@ -4,9 +4,12 @@
Clone this repository, then : Clone this repository, then :
``` ```sh
mbed deploy 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 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 mbed compile --profile mbed-os/tools/profiles/release.json
``` ```

Loading…
Cancel
Save