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>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user