reorder aux/adjrange commands, commands must be alphabetically sorted
due to the command-lookup code.
This commit is contained in:
parent
066c814a8a
commit
a406cb6f96
|
@ -141,8 +141,8 @@ typedef struct {
|
|||
|
||||
// should be sorted a..z for bsearch()
|
||||
const clicmd_t cmdTable[] = {
|
||||
{ "aux", "show/set aux settings", cliAux },
|
||||
{ "adjrange", "show/set adjustment ranges settings", cliAdjustmentRange },
|
||||
{ "aux", "show/set aux settings", cliAux },
|
||||
{ "cmix", "design custom mixer", cliCMix },
|
||||
#ifdef LED_STRIP
|
||||
{ "color", "configure colors", cliColor },
|
||||
|
|
Loading…
Reference in New Issue