summaryrefslogtreecommitdiff
path: root/Mode/ModeSingle.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-11fix bug in layout where a character from last field could be displayed in new...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-03display data rate and power when entering Survey Single ModeMike 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 when sending data file, update default configurationMike Fiore1
2015-11-24use floats for SNR values - will be supported in next mbed release, add loggi...Mike Fiore1
2015-11-23fix copy paste errorsMike Fiore1
2015-11-23save survey data to file, start adding support for sending data packet, misc ...Mike 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 data...Mike Fiore1