Skip to content

Commit bd357bc

Browse files
remove flush again
1 parent fde9a04 commit bd357bc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Application.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ void Application::loop()
136136
}
137137
// send all packets still in the transport buffer
138138
m_transport->flush();
139-
// throw away all packets that have been received during transmission
140-
m_output_buffer->flush();
141139
// finished transmitting stop the input and start the output
142140
Serial.println("Finished transmitting");
143141
m_indicator_led->set_is_flashing(false, 0xff0000);

0 commit comments

Comments
 (0)