serial port echo
This commit is contained in:
parent
4c5aa67280
commit
0df2340ddf
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ console_shabadge::~console_shabadge()
|
|||
|
||||
void console_shabadge::put_char_ll(const char c)
|
||||
{
|
||||
console_esp32::put_char_ll(c);
|
||||
|
||||
screen_updated_ts = millis();
|
||||
screen_updated = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue