summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorMike Fiore <mfiore@multitech.com>2015-11-17 16:11:30 -0600
committerMike Fiore <mfiore@multitech.com>2015-11-17 16:11:30 -0600
commit6e325937c6c144b43d442bc34b936a8cb432eae7 (patch)
treed8e036e25e9a10e684a186b6d02b4ff48559b951 /main.cpp
parent32194e901049ddd4f9d954720583363e05b762e2 (diff)
downloadmtdot-box-evb-factory-firmware-6e325937c6c144b43d442bc34b936a8cb432eae7.tar.gz
mtdot-box-evb-factory-firmware-6e325937c6c144b43d442bc34b936a8cb432eae7.tar.bz2
mtdot-box-evb-factory-firmware-6e325937c6c144b43d442bc34b936a8cb432eae7.zip
remove join failure message
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.cpp b/main.cpp
index 2cbdb53..63d0471 100644
--- a/main.cpp
+++ b/main.cpp
@@ -222,9 +222,7 @@ void join() {
break;
case LoRaHandler::join_failure:
- lj.updateStatus("Join Failure!");
logInfo("failed to join");
- osDelay(2000);
break;
}
}