We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e82812f commit d565698Copy full SHA for d565698
cores/esp32/cbuf.cpp
@@ -36,6 +36,7 @@
36
cbuf::cbuf(size_t size) :
37
next(NULL),
38
has_peek(false),
39
+ peek_byte(0),
40
_buf(xRingbufferCreate(size, RINGBUF_TYPE_BYTEBUF))
41
{
42
if(_buf == NULL) {
0 commit comments