summaryrefslogtreecommitdiff
path: root/CommandTerminal/CommandTerminal.cpp
AgeCommit message (Collapse)AuthorFiles
2015-11-201. Merged CommandTerminal into ModeConfig and deleted CommandTerminal.Leon Lindenfelser1
2. Fixed AT&V output. 3. Cleaned up some unused code. 4. Added +FREQ back in. 5. Removed CmdExit and put the +EXIT command right in the command parsing code.
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 ↵Leon Lindenfelser1
config mode prints but the AT command parser is not working.
2015-11-16Added all the new dotbox commands with some detail work still neededLeon Lindenfelser1
2015-11-13Removed unnecessary sleep, wakeup, serial loop, format data etc from command ↵Leon Lindenfelser1
terminal
2015-11-13Added CommandTerminal with unneccessary commands removedLeon Lindenfelser1