summaryrefslogtreecommitdiff
path: root/Mode/ModeJoin.h
AgeCommit message (Collapse)AuthorFiles
2015-12-10remove extra GPS and Sensor objects from Mode classMike Fiore1
2015-12-02use a global GPS object like we do for buttons, LoRa, etcMike Fiore1
2015-11-20refactor more common elements into Mode template classMike Fiore1
2015-11-20implement basic single survey mode - still needs sending data packet and ↵Mike Fiore1
data survey file
2015-11-19use a single layout for help screens as they're basically all the same, misc ↵Mike Fiore1
tweaks and fixes
2015-11-18create Mode base class for modes - implement join as a mode and update main ↵Mike Fiore1
accordingly