forked from Archive/PX4-Autopilot
Disable PX4IO debug - spams console on comms failure. Each command does report the failure separately, so we get a better feedback level without the spam.
This commit is contained in:
parent
65118f0c2e
commit
4f78c3e605
|
@ -505,7 +505,7 @@ PX4IO::PX4IO(device::Device *interface) :
|
|||
/* open MAVLink text channel */
|
||||
_mavlink_fd = ::open(MAVLINK_LOG_DEVICE, 0);
|
||||
|
||||
_debug_enabled = true;
|
||||
_debug_enabled = false;
|
||||
_servorail_status.rssi_v = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue