Fix README

This commit is contained in:
2019-03-05 16:51:34 +01:00
parent 6a5abe4b47
commit c2719666e0
+1 -1
View File
@@ -11,7 +11,7 @@ mbed config root .
mbed toolchain GCC_ARM mbed toolchain GCC_ARM
# set the board # set the board
mbed target NUCLEO_L073RZ mbed target NUCLEO_L073RZ
# modify mbed_settings.py to set gcc arm path if needed # set-up gcc arm path if needed (or any compiler you choose as toolchain)
mbed config -G GCC_ARM_PATH /opt/gcc-arm-none-eabi-7-2017-q4-major/bin mbed config -G GCC_ARM_PATH /opt/gcc-arm-none-eabi-7-2017-q4-major/bin
# 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
mbed compile --profile mbed-os/tools/profiles/release.json mbed compile --profile mbed-os/tools/profiles/release.json