Serial active on create

This commit is contained in:
Yuri Trikoz
2020-06-24 02:49:44 +03:00
parent cc3c17dfb2
commit e400de1e1c
3 changed files with 3 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ class Terminal : public Print {
uint8_t curX = 0xff;
unsigned long _lastReceived = 0;
State state = ST_INACTIVE;
State state;
Stream *_stream;
EditLine _line;
char _cc_buf[32] = {0};