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:
2026-05-19 22:33:22 +02:00
co-authored by Cursor
parent 5c3cf65bca
commit a9e08107b4
23 changed files with 625 additions and 61 deletions
+7
View File
@@ -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