Skip to content

Commit 99cd80a

Browse files
committed
Completion of Windows testing for 2.2, examples recompiled against release candidate versions.
1 parent 6983928 commit 99cd80a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/takeOverDisplay/EthernetTransport.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ void EthernetTagValTransport::flush() {
3030
if((int)client.write(writeBuffer, writeBufferPos) == writeBufferPos) {
3131
serdebugF2("Buffer written ", writeBufferPos);
3232
writeBufferPos = 0;
33-
client.flush();
34-
}
33+
client.flush();
34+
}
3535
else {
3636
close();
3737
}

0 commit comments

Comments
 (0)