From 9e37cfcf96b97cd6476634c1e513e34251bdf022 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Mon, 13 Jan 2025 22:05:13 -0500 Subject: [PATCH] ESP32-Console --- ESP32-Console/main/commands.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ESP32-Console/main/commands.h b/ESP32-Console/main/commands.h index 45281a3d4..10705ed7d 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -14,6 +14,9 @@ static void register_info(void); static int exec_set_gpio(int argc, char **argv); static void register_set_gpio(void); +static int exec_print_adc(int argc, char **argv); +static void register_print_adc(void); + struct arg_lit *temp, *help; struct arg_end *end; static struct {