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:
- 34:f345fdec711d
- Parent:
- 31:4b1587034318
- Child:
- 36:f240f5a6d0ed
diff -r 79ec3a4c0ec5 -r f345fdec711d src/mDotLoRa/LoRaInit.cpp
--- a/src/mDotLoRa/LoRaInit.cpp Thu Sep 08 21:17:21 2016 +0000
+++ b/src/mDotLoRa/LoRaInit.cpp Thu Sep 08 22:01:00 2016 +0000
@@ -18,9 +18,9 @@
dot->resetConfig();
-// dot->setLogLevel(mts::MTSLog::NONE_LEVEL);
- dot->setLogLevel(mts::MTSLog::INFO_LEVEL);
-// dot->setLogLevel(mts::MTSLog::TRACE_LEVEL);
+ dot->setLogLevel(mts::MTSLog::NONE_LEVEL);
+ //dot->setLogLevel(mts::MTSLog::INFO_LEVEL);
+ //dot->setLogLevel(mts::MTSLog::TRACE_LEVEL);
logInfo("setting frequency sub band");
if ((ret = dot->setFrequencySubBand(config_frequency_sub_band)) != mDot::MDOT_OK) {
