mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-08 11:22:40 +03:00
@@ -28,7 +28,7 @@ extern USBDevice_ USBDevice;
|
||||
class Serial_ : public Stream
|
||||
{
|
||||
private:
|
||||
int peek_buffer;
|
||||
int peek_buffer = -1;
|
||||
public:
|
||||
void begin(unsigned long);
|
||||
void begin(unsigned long, uint8_t);
|
||||
|
Reference in New Issue
Block a user