Move UART command handlers into main/cmd/ for clearer layout.
Add cmd/ to CMake include paths and update documentation paths. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#ifndef CMD_ESPNOW_UNICAST_TEST_H
|
||||
#define CMD_ESPNOW_UNICAST_TEST_H
|
||||
|
||||
void cmd_espnow_unicast_test_register(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user