powerpods/main/cmd_restart.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

7 lines
86 B
C

#ifndef CMD_RESTART_H
#define CMD_RESTART_H
void cmd_restart_register(void);
#endif