Browse Source

Plane: move heartbeat sending to gcs instead of by vehicles

mission-4.1.18
Tom Pittenger 6 years ago committed by Tom Pittenger
parent
commit
08d5e7d4ae
  1. 3
      ArduPlane/ArduPlane.cpp

3
ArduPlane/ArduPlane.cpp

@ -258,9 +258,6 @@ extern AP_IOMCU iomcu; @@ -258,9 +258,6 @@ extern AP_IOMCU iomcu;
void Plane::one_second_loop()
{
// send a heartbeat
gcs().send_message(MSG_HEARTBEAT);
// make it possible to change control channel ordering at runtime
set_control_channels();

Loading…
Cancel
Save