Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
Diff: src/mDotLoRa/LoRaInit.cpp
- Revision:
- 169:c503848823aa
- Parent:
- 151:9d47fe5ba805
--- a/src/mDotLoRa/LoRaInit.cpp Mon Oct 03 18:10:31 2016 +0000
+++ b/src/mDotLoRa/LoRaInit.cpp Mon Oct 03 21:33:58 2016 +0000
@@ -18,7 +18,7 @@
dot->resetConfig();
// set the logging level
- dot->setLogLevel(mts::MTSLog::TRACE_LEVEL);
+ dot->setLogLevel(mts::MTSLog::ERROR_LEVEL);
logInfo("setting frequency sub band");
if ((ret = dot->setFrequencySubBand(config_frequency_sub_band)) != mDot::MDOT_OK) {
