summaryrefslogtreecommitdiff
path: root/main.cpp
AgeCommit message (Expand)AuthorFiles
2015-12-02implement AT command to delete survey data fileMike Fiore1
2015-12-02use a global GPS object like we do for buttons, LoRa, etcMike Fiore1
2015-12-01Merge branch 'modeDemo'Mike Fiore1
2015-11-30start work on survey sweep - currently determines rates and power levels to u...Mike Fiore1
2015-11-23stub out functions & struct for formatting data packets for both survey and d...Mike Fiore1
2015-11-23display product id on startup screen, change baud rates to 115k, set log leve...Mike Fiore1
2015-11-23clean up after config, get things building again, update default configuratio...Mike Fiore1
2015-11-23Merge branch 'configMode'Mike Fiore1
2015-11-23display frequency sub band when joining in 915 frequency bandMike Fiore1
2015-11-201. Merged CommandTerminal into ModeConfig and deleted CommandTerminal.Leon Lindenfelser1
2015-11-20AT commands are working in modeConfig.Leon Lindenfelser1
2015-11-20refactor more common elements into Mode template classMike Fiore1
2015-11-20implement basic single survey mode - still needs sending data packet and data...Mike Fiore1
2015-11-19use a single layout for help screens as they're basically all the same, misc ...Mike Fiore1
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