mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-19 04:52:12 +01:00
44869bb934
UAVTalk checks that (io->bytesToWrite() < TX_BUFFER_SIZE) and, since upgrading to Qt 5.8.0, that test fails when writting to log file Apparently Qt 5.8.0 has increased the file buffer size or made some change to file handling Flushing after each write works around this issue.