feat(console): Added simple component for console initialization

This commit is contained in:
Abhik Roy
2023-10-09 22:37:46 +11:00
parent 5143f5ac01
commit 1ac4e41771
14 changed files with 469 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
version: 1.0.0
url: https://github.com/espressif/esp-protocols/tree/master/components/console_simple_init
description: The component provides helper functions for easy initialization and start of esp console.
dependencies:
idf:
version: '>=5.0'