summaryrefslogtreecommitdiff
path: root/Mode/Mode.cpp
AgeCommit message (Expand)AuthorFiles
2016-09-21Merge branch 'Semtech'Jason Reiss1
2016-07-19mts-lora datarate changesJason Reiss1
2016-01-28add license header to source filesMike Fiore1
2015-12-14use 'L' for survey single and 'S' for survey sweep in data file, refactor cod...Mike Fiore1
2015-12-14rename *ping* variables to *link_check*, remove some debug commentsMike Fiore1
2015-12-11fix build break from mergeMike 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-10update mdot-library to get SNR fix & update accordinglyMike Fiore1
2015-12-10explicitly set data rate and power in Demo modeMike Fiore1
2015-12-10remove extra GPS and Sensor objects from Mode classMike Fiore1
2015-12-09Display sensor data on demo screen.Leon Lindenfelser1
2015-12-09Merge branch 'sensors'Leon Lindenfelser1
2015-12-08Added more getters to the sensor handler.Leon Lindenfelser1
2015-12-08use link check instead of ping for compatibility with 3rd party network serversMike Fiore1
2015-12-07fix bug where Mode could parse incorrect sweep indexMike Fiore1
2015-12-03Added update sensor function.Leon Lindenfelser1
2015-12-02implement AT command to delete survey data fileMike Fiore1
2015-12-02added sensor handlerLeon Lindenfelser1
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-01Merge branch 'modeDemo'Mike Fiore1
2015-12-01Added GPS parser object and survey data packet.Leon Lindenfelser1
2015-11-25implement function to scan survey data file and find last indexMike Fiore1
2015-11-24display device ID on bottom line, fix typoMike Fiore1
2015-11-24use floats for SNR values - will be supported in next mbed release, add loggi...Mike Fiore1
2015-11-23stub out functions & struct for formatting data packets for both survey and d...Mike 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-19use a single layout for help screens as they're basically all the same, misc ...Mike Fiore1
2015-11-18create Mode base class for modes - implement join as a mode and update main a...Mike Fiore1