UART RESTART (client_id 0 = local reboot, >0 = unicast); dashboard and CLI hooks; delayed esp_restart after response. Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
86 B
C
7 lines
86 B
C
#ifndef CMD_RESTART_H
|
|
#define CMD_RESTART_H
|
|
|
|
void cmd_restart_register(void);
|
|
|
|
#endif
|