powerpods/main/cmd_espnow_unicast_test.h
simon 241e82b35b Fix ESP-NOW unicast by using sender MAC in client registry.
Register slaves from recv src_addr instead of protobuf mac bytes, add
ESPNOW_UNICAST_TEST for path verification, restore unicast deadzone, and
expose unicast-test in goTool.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-18 23:15:03 +02:00

7 lines
122 B
C

#ifndef CMD_ESPNOW_UNICAST_TEST_H
#define CMD_ESPNOW_UNICAST_TEST_H
void cmd_espnow_unicast_test_register(void);
#endif