mirror of
https://github.com/esphome/esphome.git
synced 2025-11-20 08:46:01 +00:00
test
This commit is contained in:
@@ -229,6 +229,7 @@ class ProtoWriteBuffer {
|
||||
this->buffer_->data()[start] = static_cast<uint8_t>(value);
|
||||
return;
|
||||
}
|
||||
|
||||
uint8_t *p = this->buffer_->data() + start;
|
||||
if (value < 16384) {
|
||||
// 2 bytes
|
||||
|
||||
Reference in New Issue
Block a user