Commit cfa2db73 authored by Lorenz Meier's avatar Lorenz Meier

Filtering MAVLink in debug console as default makes sense

parent b924b929
...@@ -47,7 +47,7 @@ DebugConsole::DebugConsole(QWidget *parent) : ...@@ -47,7 +47,7 @@ DebugConsole::DebugConsole(QWidget *parent) :
currLink(NULL), currLink(NULL),
holdOn(false), holdOn(false),
convertToAscii(true), convertToAscii(true),
filterMAVLINK(false), filterMAVLINK(true),
autoHold(true), autoHold(true),
bytesToIgnore(0), bytesToIgnore(0),
lastByte(-1), lastByte(-1),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment