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:
- 27:38205cebc3da
- Parent:
- 21:85c69494c0ff
- Child:
- 31:4b1587034318
diff -r 6bd4868171c7 -r 38205cebc3da src/mDotLoRa/LoRaInit.cpp
--- a/src/mDotLoRa/LoRaInit.cpp Thu Sep 08 17:55:32 2016 +0000
+++ b/src/mDotLoRa/LoRaInit.cpp Thu Sep 08 18:39:29 2016 +0000
@@ -17,7 +17,9 @@
dot->resetConfig();
- dot->setLogLevel(mts::MTSLog::INFO_LEVEL);
+
+ dot->setLogLevel(mts::MTSLog::NONE_LEVEL);
+// dot->setLogLevel(mts::MTSLog::INFO_LEVEL);
// dot->setLogLevel(mts::MTSLog::TRACE_LEVEL);
logInfo("setting frequency sub band");
