ommands
This commit is contained in:
parent
54e6e448d8
commit
5786304c6c
@ -37,7 +37,7 @@ typedef bool (*cmdFunc_t)(uint8_t argc, char **args);
|
|||||||
typedef struct {
|
typedef struct {
|
||||||
bool requiredConfigMode;
|
bool requiredConfigMode;
|
||||||
char name[16];
|
char name[16];
|
||||||
char help[256];
|
char help[512];
|
||||||
cmdFunc_t cmdFunc;
|
cmdFunc_t cmdFunc;
|
||||||
} cmd_t;
|
} cmd_t;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user