Add a console with a reboot command
Couldn't just call the component "console" as that conflicted with the ESP-IDF component, so opted for "console-wrapper".
This commit is contained in:
5
components/console_wrapper/CMakeLists.txt
Normal file
5
components/console_wrapper/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
idf_component_register(
|
||||
SRCS "console.c"
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES console esp_system
|
||||
)
|
||||
Reference in New Issue
Block a user