mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-18 13:02:21 +02:00
Completed AT command library
This commit is contained in:
@ -214,7 +214,6 @@ bool CMux::init()
|
||||
frame_header_offset = 0;
|
||||
state = cmux_state::INIT;
|
||||
term->set_read_cb([this](uint8_t *data, size_t len) {
|
||||
Scoped<Lock> l(lock);
|
||||
this->on_cmux(data, len);
|
||||
return false;
|
||||
});
|
||||
|
Reference in New Issue
Block a user