summaryrefslogtreecommitdiff
path: root/main.cpp
AgeCommit message (Expand)AuthorFiles
2015-11-201. Merged CommandTerminal into ModeConfig and deleted CommandTerminal.Leon Lindenfelser1
2015-11-20AT commands are working in modeConfig.Leon Lindenfelser1
2015-11-18get things building again - remove config code in main, fix bug in ModeJoinMike Fiore1
2015-11-18Merge branch 'atcommands'Mike Fiore1
2015-11-18create Mode base class for modes - implement join as a mode and update main a...Mike Fiore1
2015-11-18add placeholder functions for demo, survey single, and survey sweep modes and...Mike Fiore1
2015-11-18fix datarate display on join, clear signals for main thread after changing modesMike Fiore1
2015-11-18display current join attempt when joiningMike Fiore1
2015-11-17remove join failure messageMike Fiore1
2015-11-17add config layout, remove lots of loggingMike Fiore1
2015-11-17fix memory leakMike Fiore1
2015-11-17join works, but only once - added object for running LoRa operations in a thr...Mike Fiore1
2015-11-16put enums inside class scope when possibleMike Fiore1
2015-11-16remove commented out code in main.cppMike Fiore1
2015-11-13log push button presses in main menu functionMike Fiore1
2015-11-13CommandTerminal working on debug portLeon Lindenfelser1
2015-11-13add main menu using scroll-select layoutMike Fiore1
2015-11-12add class for handling button events - signals main thread when event occurs ...Mike Fiore1
2015-11-11add layout for startup screen, tweak main to display startup and sit in loopMike Fiore1
2015-11-09add DisplayManagerMike Fiore1
2015-11-09add label to line with versionMike Fiore1
2015-11-09display logo and product information on startup, add version.sh to generate v...Mike Fiore1