mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-13 02:22:55 +03:00
Implement HardwareSerial::peek
This commit is contained in:
@ -136,7 +136,8 @@ public:
|
||||
|
||||
protected:
|
||||
int _uart_nr;
|
||||
uart_t* _uart;
|
||||
uart_t* _uart = nullptr;
|
||||
int _peek_char = -1;
|
||||
};
|
||||
|
||||
extern HardwareSerial Serial;
|
||||
|
Reference in New Issue
Block a user