mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Plane: added group parameter for AP_Notify library
This commit is contained in:
parent
4e9f82a0e7
commit
9743e32f70
@ -1214,6 +1214,10 @@ const AP_Param::Info Plane::var_info[] = {
|
||||
// @Path: ../libraries/AP_RSSI/AP_RSSI.cpp
|
||||
GOBJECT(rssi, "RSSI_", AP_RSSI),
|
||||
|
||||
// @Group: NTF_
|
||||
// @Path: ../libraries/AP_Notify/AP_Notify.cpp
|
||||
GOBJECT(notify, "NTF_", AP_Notify),
|
||||
|
||||
AP_VAREND
|
||||
};
|
||||
|
||||
|
@ -222,6 +222,7 @@ public:
|
||||
k_param_camera_mount,
|
||||
k_param_camera_mount2, // unused
|
||||
k_param_adsb,
|
||||
k_param_notify,
|
||||
|
||||
//
|
||||
// Battery monitoring parameters
|
||||
|
Loading…
Reference in New Issue
Block a user