|
|
|
@ -38,7 +38,7 @@
@@ -38,7 +38,7 @@
|
|
|
|
|
#include <AP_VisualOdom/AP_VisualOdom.h> |
|
|
|
|
#include <AP_OpticalFlow/OpticalFlow.h> |
|
|
|
|
#include <AP_Baro/AP_Baro.h> |
|
|
|
|
|
|
|
|
|
#include<AP_BattMonitor/AP_BattMonitor_Serial_BattGo.h> |
|
|
|
|
#include <stdio.h> |
|
|
|
|
|
|
|
|
|
#if HAL_RCINPUT_WITH_AP_RADIO |
|
|
|
@ -3291,6 +3291,12 @@ void GCS_MAVLINK::send_banner()
@@ -3291,6 +3291,12 @@ void GCS_MAVLINK::send_banner()
|
|
|
|
|
if (hal.util->get_system_id(sysid)) { |
|
|
|
|
send_text(MAV_SEVERITY_INFO, "%s", sysid); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
AP_BattMonitor_Serial_BattGo battgo; |
|
|
|
|
battgo. requestBattData(BATTGO_CMD_REQUEST_PARAM); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#else |
|
|
|
|
send_text(MAV_SEVERITY_INFO, gcs_get_sysid_id()); |
|
|
|
|
char sysid[40]; |
|
|
|
|