Skip to content

Commit

Permalink
fix(lua): incorrect name for MIN source (#5293)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiearzu authored Jul 13, 2024
1 parent fad6f44 commit 1942e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/lua/api_general.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ const LuaSingleField luaSingleFields[] = {
{MIXSRC_SPACEMOUSE_F, "smf", "SpaceMouse F"},
#endif

{MIXSRC_MAX, "min", "MIN"},
{MIXSRC_MIN, "min", "MIN"},
{MIXSRC_MAX, "max", "MAX"},

{MIXSRC_TX_VOLTAGE, "tx-voltage", "Transmitter battery voltage [volts]"},
Expand Down

0 comments on commit 1942e41

Please sign in to comment.