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>
8 lines
157 B
C
8 lines
157 B
C
#ifndef POD_REBOOT_H
|
|
#define POD_REBOOT_H
|
|
|
|
/** Reboot after a short delay (lets UART / ESP-NOW handlers finish). */
|
|
void pod_schedule_restart(void);
|
|
|
|
#endif
|