summaryrefslogtreecommitdiff
path: root/Mode/ModeJoin.cpp
AgeCommit message (Collapse)AuthorFiles
2016-10-03Update to support AU915Jason Reiss1
2016-09-21Merge branch 'Semtech'Jason Reiss1
Conflicts: .gitmodules Mode/ModeJoin.cpp main.cpp Add AU915
2016-08-18Update ModeJoin.cppRyan Klaassen1
2016-08-18Replace ModeJoin.cppRyan Klaassen1
2016-08-16Replace ModeJoin.cppRyan Klaassen1
2016-07-19mts-lora datarate changesJason Reiss1
2016-07-11ModeJoin: skip join if set to MANUAL join modeJason Reiss1
2016-01-28add license header to source filesMike Fiore1
2016-01-08display frequency band and sub band correctly even if they change in ↵Mike Fiore1
configuration
2015-12-10preserve configured data rate and power when entering and exiting modesMike Fiore1
2015-12-10remove extra GPS and Sensor objects from Mode classMike Fiore1
2015-12-04only display duty cycle if not currently joiningMike Fiore1
2015-12-03turn off acks and receive windows for survey data packets, use mDot handle ↵Mike Fiore1
for data rate, power, etc instead of lora handler
2015-12-02use a global GPS object like we do for buttons, LoRa, etcMike Fiore1
2015-11-23display frequency sub band when joining in 915 frequency bandMike 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-19add info line to help layoutMike Fiore1
2015-11-19use a single layout for help screens as they're basically all the same, misc ↵Mike Fiore1
tweaks and fixes
2015-11-18get things building again - remove config code in main, fix bug in ModeJoinMike Fiore1
2015-11-18create Mode base class for modes - implement join as a mode and update main ↵Mike Fiore1
accordingly