Skip to content

Commit

Permalink
AP_Periph: Add missing RebootRequired for SYSID_THISMAV
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Mar 20, 2024
1 parent 750869e commit 163b295
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/AP_Periph/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ const AP_Param::Info AP_Periph_FW::var_info[] = {
// @Description: Allows setting an individual system id for this vehicle to distinguish it from others on the same network
// @Range: 1 255
// @User: Advanced
// @RebootRequired: True
GSCALAR(sysid_this_mav, "SYSID_THISMAV", MAV_SYSTEM_ID),
#endif

Expand Down

0 comments on commit 163b295

Please sign in to comment.