Skip to content

Commit 253c3a7

Browse files
committed
feat(esp_commands): add support for dynamic registration of commands
1 parent 19173a7 commit 253c3a7

File tree

7 files changed

+641
-142
lines changed

7 files changed

+641
-142
lines changed

esp_commands/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
idf_build_get_property(target IDF_TARGET)
22

33
set(srcs "esp_commands.c"
4+
"esp_dynamic_commands.c"
45
"esp_commands_helpers.c")
56

67
idf_component_register(

0 commit comments

Comments
 (0)