From 4166bbd0ff84397f31d4928c2ebe6d9a57c3694d Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Fri, 20 Nov 2015 10:08:28 -0600 Subject: refactor more common elements into Mode template class --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.cpp') 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 -- cgit v1.2.3