We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde9a04 commit bd357bcCopy full SHA for bd357bc
src/Application.cpp
@@ -136,8 +136,6 @@ void Application::loop()
136
}
137
// send all packets still in the transport buffer
138
m_transport->flush();
139
- // throw away all packets that have been received during transmission
140
- m_output_buffer->flush();
141
// finished transmitting stop the input and start the output
142
Serial.println("Finished transmitting");
143
m_indicator_led->set_is_flashing(false, 0xff0000);
0 commit comments