powerpods/main/cmd_espnow_find_me.h
simon efd6260201 Add find-me LED locate on master and slaves via ESP-NOW.
UART FIND_ME (client_id 0 = local ring, >0 = unicast), ESPNOW_FIND_ME payload, CLI/dashboard buttons per slave.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-19 22:04:07 +02:00

7 lines
107 B
C

#ifndef CMD_ESPNOW_FIND_ME_H
#define CMD_ESPNOW_FIND_ME_H
void cmd_espnow_find_me_register(void);
#endif