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:
Lorenz Meier 2014-01-24 17:27:28 +01:00
parent 65118f0c2e
commit 4f78c3e605
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}