Add cmd/ to CMake include paths and update documentation paths. Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
107 B
C
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
|