summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFiles
2016-01-28add license header to source filesMike Fiore103
2016-01-11update setup script to checkout specific versions of mercurial librariesMike Fiore1
2016-01-08In demo mode, changed KPa to kPa and lux to lx.Leon Lindenfelser1
2016-01-08display frequency band and sub band correctly even if they change in configur...Mike Fiore2
2016-01-08display frequency band (868 or 915) on splash screen and main menuMike Fiore3
2016-01-08add CmdWriteProtectedConfigMike Fiore2
2016-01-08allow changes to protected config if built with debug macros MTS_RADIO_DEBUG_...Mike Fiore3
2016-01-07remove AUTO_OTA join mode as an option - doesn't make sense for dotboxMike Fiore1
2016-01-07add header with column labels when survey data file gets printedMike Fiore2
2016-01-06display countdown over "send" and "interval" labels instead of over "back" la...Mike Fiore2
2016-01-06Merge branch 'master' of ssh://sw.multitech.prv/git/mdot/mtdot-box-evbLeon Lindenfelser1
2016-01-06Change the verbiage of the configuration help screen. Scrolls 3 steps now.Leon Lindenfelser3
2016-01-06remove 1 hour interval in demo mode b/c mbed timers can only count up to ~35 ...Mike Fiore1
2016-01-06add back button to Interval and Trigger modes in LoRa demo so we don't have t...Mike Fiore1
2016-01-05remove "Cancel" label on SW1 from Survey Sweep help screen - it doesn't do an...Mike Fiore1
2016-01-05wait 5 seconds between surveys in a sweep in 868 frequency bandMike Fiore1
2015-12-21disable interrupts in library code instead of SensorHandlerMike Fiore1
2015-12-16fix whitespace in SensorHandler.hMike Fiore1
2015-12-16update AT command help, add AT+EXIT command so it gets displayed in helpMike Fiore12
2015-12-15remove some unnecessary logging, fix bug logging new data rate and power in s...Mike Fiore3
2015-12-15Display accelerometer data in g force for demo mode.Leon Lindenfelser1
2015-12-14use 'L' for survey single and 'S' for survey sweep in data file, refactor cod...Mike Fiore1
2015-12-14fix "Power" "DR/PWR" discrepancyMike Fiore1
2015-12-14add guts of function node that parses data packets sent by the BOX/EVBMike Fiore1
2015-12-14rename *ping* variables to *link_check*, remove some debug commentsMike Fiore3
2015-12-11disable interrupts around critical sections in SensorHandlerMike Fiore1
2015-12-11fix SW1 issue on cold boot by initializing _sw#_running variablesMike Fiore1
2015-12-11fix build break from mergeMike Fiore1
2015-12-11Merge branch 'link_check'Mike Fiore9
2015-12-11display "No Free Channel" string properly in 868 modeMike Fiore5
2015-12-11fix bug in layout where a character from last field could be displayed in new...Mike Fiore12
2015-12-10Fixed acceleration values... use int16_t not uint16_t.Leon Lindenfelser3
2015-12-10update mdot-library to get SNR fix & update accordinglyMike Fiore3
2015-12-10preserve configured data rate and power when entering and exiting modesMike Fiore5
2015-12-10explicitly set data rate and power in Demo modeMike Fiore2
2015-12-10remove extra GPS and Sensor objects from Mode classMike Fiore13
2015-12-09Display sensor data on demo screen.Leon Lindenfelser6
2015-12-09Merge branch 'master' of ssh://sw.multitech.prv/git/mdot/mtdot-box-evbLeon Lindenfelser3
2015-12-09fix bug in LayoutDemoSampling countdown updateMike Fiore1
2015-12-09update MTS-SerialMike Fiore1
2015-12-09update MTS-SerialMike Fiore1
2015-12-09update setup script - clone mbed libs if they don't exist, otherwise update themMike Fiore1
2015-12-09update comment about setting pin mode for ButtonHandler interruptsMike Fiore1
2015-12-09Merge branch 'sensors'Leon Lindenfelser4
2015-12-08Removed test code from main.Leon Lindenfelser1
2015-12-08Added more getters to the sensor handler.Leon Lindenfelser5
2015-12-08use link check instead of ping for compatibility with 3rd party network serversMike Fiore8
2015-12-07fix bug where Mode could parse incorrect sweep indexMike Fiore1
2015-12-07remove empty case statements from switches in modesMike Fiore3
2015-12-07reset activity LED back to red when exiting to main menuMike Fiore3