# rmaker_console Serial console integration for ESP RainMaker: initializes the console and registers common RainMaker CLI commands. ## Overview Call `esp_rmaker_common_console_init()` for a one-shot setup, or initialize the console yourself and then call `esp_rmaker_common_register_commands()` to add the shared RainMaker commands only. ## Requirements - ESP-IDF v5.1 or newer ## Dependencies - `espressif/rmaker_system_ctrl` - `espressif/rmaker_time_sync` See `esp_rmaker_common_console.h` for initialization notes and extension points.
9dea1e17e2cbf3b24db875897341fc67b1b6e558
idf.py add-dependency "espressif/rmaker_console^1.0.0"