summaryrefslogtreecommitdiff
path: root/CommandTerminal
AgeCommit message (Expand)AuthorFiles
2016-10-12update version file name to avoid conflicts with mbed-os headersMike Fiore2
2016-09-21Merge branch 'Semtech'Jason Reiss11
2016-09-14Add AT+TXF and AT+SENDC debug commandsJason Reiss7
2016-07-19mts-lora datarate changesJason Reiss4
2016-05-31explicitly initialize variables when displaying survey data - ARMCC doesn't i...Mike Fiore1
2016-01-28add license header to source filesMike Fiore55
2016-01-08add CmdWriteProtectedConfigMike Fiore2
2016-01-08allow changes to protected config if built with debug macros MTS_RADIO_DEBUG_...Mike Fiore2
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 Fiore1
2015-12-16update AT command help, add AT+EXIT command so it gets displayed in helpMike Fiore11
2015-12-03implement AT command to display survey data file contentsMike Fiore1
2015-12-02implement AT command to delete survey data fileMike Fiore1
2015-12-01only display frequency sub band in config mode if in 915 frequency bandMike Fiore1
2015-12-01fix bug when sending data file, update default configurationMike Fiore1
2015-11-23display product id on startup screen, change baud rates to 115k, set log leve...Mike Fiore1
2015-11-23clean up after config, get things building again, update default configuratio...Mike Fiore1
2015-11-201. Merged CommandTerminal into ModeConfig and deleted CommandTerminal.Leon Lindenfelser27
2015-11-20AT commands are working in modeConfig.Leon Lindenfelser1
2015-11-19Added ModeConfig code. It builds, the screen works and a debug message for co...Leon Lindenfelser2
2015-11-18get things building again - remove config code in main, fix bug in ModeJoinMike Fiore1
2015-11-18Added functionality to get the guts of these commands working with storageLeon Lindenfelser6
2015-11-16Added all the new dotbox commands with some detail work still neededLeon Lindenfelser18
2015-11-13Removed unnecessary sleep, wakeup, serial loop, format data etc from command ...Leon Lindenfelser2
2015-11-13Added CommandTerminal with unneccessary commands removedLeon Lindenfelser38