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:
- 36:f240f5a6d0ed
- Parent:
- 34:f345fdec711d
- Child:
- 68:dbe39d83eb98
--- a/src/mDotLoRa/LoRaInit.cpp Fri Sep 09 13:33:54 2016 +0000
+++ b/src/mDotLoRa/LoRaInit.cpp Fri Sep 09 15:24:18 2016 +0000
@@ -17,10 +17,8 @@
dot->resetConfig();
-
- dot->setLogLevel(mts::MTSLog::NONE_LEVEL);
- //dot->setLogLevel(mts::MTSLog::INFO_LEVEL);
- //dot->setLogLevel(mts::MTSLog::TRACE_LEVEL);
+ // set the logging level
+ dot->setLogLevel(mts::MTSLog::ERROR_LEVEL);
logInfo("setting frequency sub band");
if ((ret = dot->setFrequencySubBand(config_frequency_sub_band)) != mDot::MDOT_OK) {
