Skip to content

Commit

Permalink
AP_Relay: change display name of new reversed option
Browse files Browse the repository at this point in the history
  • Loading branch information
LaneaLucy committed Mar 21, 2024
1 parent d629b81 commit 1c0913c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Relay/AP_Relay_Params.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const AP_Param::GroupInfo AP_Relay_Params::var_info[] = {
AP_GROUPINFO("DEFAULT", 3, AP_Relay_Params, default_state, (float)DefaultState::OFF),

// @Param: REVERSED
// @DisplayName: Reverse output signal
// @DisplayName: Relay reverse output signal
// @Description: Should the relay output signal to be reversed. If enabled, Relay on would be Pin output off and Relay off would be Pin output on. NOTICE: this impact's DEFAULT.
// @Values: 0: Off (non reversing),1:On (reversing)
// @User: Standard
Expand Down

0 comments on commit 1c0913c

Please sign in to comment.