powerpods/main/pod_reboot.h
simon a9e08107b4 Add RESTART command for master and slaves via ESP-NOW.
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>
2026-05-19 22:33:22 +02:00

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