forked from Archive/PX4-Autopilot
also adding message to usb config
This commit is contained in:
parent
f5a844d4aa
commit
11d9e3a325
|
@ -1763,6 +1763,7 @@ Mavlink::task_main(int argc, char *argv[])
|
||||||
configure_stream("GPS_RAW_INT", 20.0f);
|
configure_stream("GPS_RAW_INT", 20.0f);
|
||||||
configure_stream("CAMERA_TRIGGER", 500.0f);
|
configure_stream("CAMERA_TRIGGER", 500.0f);
|
||||||
configure_stream("EXTENDED_SYS_STATE", 2.0f);
|
configure_stream("EXTENDED_SYS_STATE", 2.0f);
|
||||||
|
configure_stream("ALTITUDE", 10.0f);
|
||||||
|
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue