mirror of https://github.com/ArduPilot/ardupilot
Revert "AP_ADSB: remove annoying debug"
This reverts commit 5a535b25e3
.
This commit is contained in:
parent
ee8f50e6a5
commit
90b4056aa4
|
@ -314,7 +314,7 @@ void AP_ADSB::update(void)
|
|||
#ifndef ADSB_STATIC_CALLSIGN
|
||||
set_callsign("APM ", true);
|
||||
#endif
|
||||
//gcs().send_text(MAV_SEVERITY_INFO, "%sUsing ICAO_id %d and Callsign %s", GcsHeader, (int)out_state.cfg.ICAO_id, out_state.cfg.callsign);
|
||||
gcs().send_text(MAV_SEVERITY_INFO, "%sUsing ICAO_id %d and Callsign %s", GcsHeader, (int)out_state.cfg.ICAO_id, out_state.cfg.callsign);
|
||||
out_state.last_config_ms = 0; // send now
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue