summaryrefslogtreecommitdiff
path: root/Mode/ModeSweep.cpp
AgeCommit message (Expand)AuthorFiles
2015-12-14rename *ping* variables to *link_check*, remove some debug commentsMike Fiore1
2015-12-11Merge branch 'link_check'Mike Fiore1
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-08use link check instead of ping for compatibility with 3rd party network serversMike Fiore1
2015-12-07remove empty case statements from switches in modesMike Fiore1
2015-12-04display "sending..." long enough for user to see itMike Fiore1
2015-12-03turn off acks and receive windows for survey data packets, use mDot handle fo...Mike Fiore1
2015-12-02implement AT command to delete survey data fileMike Fiore1
2015-12-02actually send data in data packet in Single and Sweep modesMike Fiore1
2015-12-02update success and failure layouts and modes to display GPS data when availableMike Fiore1
2015-12-02use a global GPS object like we do for buttons, LoRa, etcMike Fiore1
2015-12-01update progress and pass/fail for sweepMike Fiore1
2015-12-01fix bug where sweep kept going after it should have finishedMike Fiore1
2015-12-01fix bug when generating data rate & power pairs in 868 frequency bandMike Fiore1
2015-12-01fix bug when sending data file, update default configurationMike Fiore1
2015-12-01got basic sweep implementation working - tested in 915 frequency bandMike Fiore1
2015-11-30start work on survey sweep - currently determines rates and power levels to u...Mike Fiore1