Skip to content

Commit

Permalink
AP_Network:add reboot req'd metadata to params missing it
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwurzburg committed Jan 5, 2024
1 parent 18adc77 commit ece51e2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions libraries/AP_Networking/AP_Networking_port.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,16 @@ const AP_Param::GroupInfo AP_Networking::Port::var_info[] = {
AP_GROUPINFO_FLAGS("TYPE", 1, AP_Networking::Port, type, 0, AP_PARAM_FLAG_ENABLE),

// @Param: PROTOCOL
// @DisplayName: protocol
// @Description: protocol
// @DisplayName: Protocol
// @Description: Networked serial port protocol
// @User: Advanced
// @RebootRequired: True
// @CopyFieldsFrom: SERIAL1_PROTOCOL
AP_GROUPINFO("PROTOCOL", 2, AP_Networking::Port, state.protocol, 0),

// @Group: IP
// @Path: AP_Networking_address.cpp
// @RebootRequired : True
AP_SUBGROUPINFO(ip, "IP", 3, AP_Networking::Port, AP_Networking_IPV4),

// @Param: PORT
Expand Down

0 comments on commit ece51e2

Please sign in to comment.