mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-11 16:00:18 +00:00
ESP32-Console
This commit is contained in:
@@ -30,7 +30,7 @@ static int do_info_cmd (int argc, char **argv) {
|
||||
}
|
||||
static void register_info (void) {
|
||||
info_args.detail = arg_str0(NULL, NULL, "<temp>", "Diplays the chip temperature.");
|
||||
info_args.detail = arg_str1(NULL, "gpio", "<num>", "Diplays the GPIO level.");
|
||||
//info_args.detail = arg_str1(NULL, "gpio", "<num>", "Diplays the GPIO level.");
|
||||
info_args.end = arg_end(2);
|
||||
|
||||
const esp_console_cmd_t info_cmd = {
|
||||
|
Reference in New Issue
Block a user