This commit is contained in:
J. Nick Koston
2025-06-23 11:22:45 +02:00
parent b0c02341ff
commit 5898d34b0a

View File

@@ -196,7 +196,7 @@ void APIConnection::loop() {
// bool done = 3;
buffer.encode_bool(3, done);
bool success = this->send_buffer(buffer, 44);
bool success = this->send_buffer(buffer, CameraImageResponse::MESSAGE_TYPE);
if (success) {
this->image_reader_.consume_data(to_send);