Expose the command via goTool CLI/REST and dashboard controls so log verbosity can be tuned without reflashing. Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
104 B
C
7 lines
104 B
C
#ifndef CMD_SET_LOG_LEVEL_H
|
|
#define CMD_SET_LOG_LEVEL_H
|
|
|
|
void cmd_set_log_level_register(void);
|
|
|
|
#endif
|