summaryrefslogtreecommitdiff
path: root/Mode
diff options
context:
space:
mode:
authorMike Fiore <mfiore@multitech.com>2015-11-23 15:04:13 -0600
committerMike Fiore <mfiore@multitech.com>2015-11-23 15:04:13 -0600
commitcf6730142a9d6783abb950979d5a60aea3eb9451 (patch)
treee79089cfa262ab01d6e743cd971eae65b4c59fe6 /Mode
parentb30884816bd4af4e435c265d0e061c900e25ae88 (diff)
downloadmtdot-box-evb-factory-firmware-cf6730142a9d6783abb950979d5a60aea3eb9451.tar.gz
mtdot-box-evb-factory-firmware-cf6730142a9d6783abb950979d5a60aea3eb9451.tar.bz2
mtdot-box-evb-factory-firmware-cf6730142a9d6783abb950979d5a60aea3eb9451.zip
fix copy paste errors
Diffstat (limited to 'Mode')
-rw-r--r--Mode/ModeSingle.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mode/ModeSingle.cpp b/Mode/ModeSingle.cpp
index 5609bab..77f789a 100644
--- a/Mode/ModeSingle.cpp
+++ b/Mode/ModeSingle.cpp
@@ -262,8 +262,8 @@ bool ModeSingle::start() {
_success.updateCountdown(t / 1000);
} else {
displaySuccess();
- no_channel_ping = false;
- send_ping = true;
+ no_channel_data = false;
+ send_data = true;
}
}
if (send_ping) {