9 lines
198 B
C
9 lines
198 B
C
/* SPDX-License-Identifier: GPL-3.0-only */
|
|
/* UART0 administration commands for local UI aging settings. */
|
|
|
|
#pragma once
|
|
|
|
#include "esp_err.h"
|
|
|
|
esp_err_t local_ui_console_register_commands(void);
|