9 lines
210 B
C
9 lines
210 B
C
/* SPDX-License-Identifier: GPL-3.0-only */
|
|
|
|
#pragma once
|
|
|
|
#include "esp_err.h"
|
|
|
|
/* Register Wi-Fi configuration, lifecycle, and diagnostic commands on UART0. */
|
|
esp_err_t wifi_console_register_commands(void);
|