RainMaker Console¶
Functions¶
-
esp_err_t
esp_rmaker_console_init(void)¶ Initialize console
Initializes serial console and adds basic commands.
- Return
ESP_OK on success.
- Return
error in case of failures.
- Note
This function does console initialization and registers the rmaker console commands. If you wish to initialize the console yourself, you can call esp_rmaker_console_register_commands after console init
-
void
esp_rmaker_register_commands(void)¶ Register rmaker console commands.
- Return
void
- Note
This function must be called after console initialization If you wish to register commands yourself, you can call this function after console initialization Should not be called if esp_rmaker_console_init is called which does this implicitly