make putche echo on hdmi display
This commit is contained in:
parent
b217211737
commit
4de9363e81
1 changed files with 1 additions and 1 deletions
|
|
@ -515,7 +515,7 @@ uint8 _getch(void) {
|
|||
|
||||
uint8 _getche(void) {
|
||||
uint8 ch = _getch();
|
||||
Serial.write(ch);
|
||||
_putch(ch);
|
||||
return(ch);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue