summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorMike Fiore <mfiore@multitech.com>2015-11-20 10:08:28 -0600
committerMike Fiore <mfiore@multitech.com>2015-11-20 10:08:28 -0600
commit4166bbd0ff84397f31d4928c2ebe6d9a57c3694d (patch)
treec8dcffee0c9c26a34883bf6d7ab7b2b7051291e3 /main.cpp
parent5634a9576e46c0c89e3b0c876d5ecf7b7e70c067 (diff)
downloadmtdot-box-evb-factory-firmware-4166bbd0ff84397f31d4928c2ebe6d9a57c3694d.tar.gz
mtdot-box-evb-factory-firmware-4166bbd0ff84397f31d4928c2ebe6d9a57c3694d.tar.bz2
mtdot-box-evb-factory-firmware-4166bbd0ff84397f31d4928c2ebe6d9a57c3694d.zip
refactor more common elements into Mode template class
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index d18b1bc..a106db7 100644
--- a/main.cpp
+++ b/main.cpp
@@ -81,7 +81,7 @@ int main() {
dot->setAck(1);
// end of temporary stuff!
- modeJoin = new ModeJoin(lcd, buttons, dot, lora, dot->getFrequencyBand());
+ modeJoin = new ModeJoin(lcd, buttons, dot, lora);
modeSingle = new ModeSingle(lcd, buttons, dot, lora);
// display startup screen for 3 seconds