ESP32-Console

This commit is contained in:
2025-01-13 22:06:25 -05:00
parent e5ad1195ef
commit 8358742a14

View File

@@ -8,6 +8,7 @@
#include "esp_console.h"
#include "esp_log.h"
// Display information about ESP32 chip.
static int exec_info_cmd(int argc, char **argv);
static void register_info(void);