Browse Source

uart_commands.c: nicer backspace

feature/2015
Christian Kroll 10 years ago
parent
commit
656ec1c5c3
  1. 2
      src/uart/uart_commands.c

2
src/uart/uart_commands.c

@ -42,7 +42,7 @@ extern volatile unsigned char reverseMode;
char const UART_STR_NOTIMPL[] PROGMEM = "Not implemented."CR; char const UART_STR_NOTIMPL[] PROGMEM = "Not implemented."CR;
#endif #endif
char const UART_STR_BACKSPACE[] PROGMEM = "\033[D \033[D"; char const UART_STR_BACKSPACE[] PROGMEM = "\b \b";
char const UART_STR_PROMPT[] PROGMEM = "> "; char const UART_STR_PROMPT[] PROGMEM = "> ";
char const UART_STR_MODE[] PROGMEM = "%d"CR; char const UART_STR_MODE[] PROGMEM = "%d"CR;
char const UART_STR_MODE_ERR[] PROGMEM = "Range is between 0 and 255."CR; char const UART_STR_MODE_ERR[] PROGMEM = "Range is between 0 and 255."CR;

Loading…
Cancel
Save