mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-13 23:34:58 +00:00
ESP32-Console
This commit is contained in:
@@ -1,10 +1,14 @@
|
|||||||
#ifndef COMMANDS_H
|
#ifndef COMMANDS_H
|
||||||
#define COMMANDS_H
|
#define COMMANDS_H
|
||||||
|
|
||||||
|
static struct {
|
||||||
|
struct arg_int *detail;
|
||||||
|
struct arg_int *temp;
|
||||||
|
struct arg_int *voltage;
|
||||||
|
} info_args;
|
||||||
static int do_info_cmd (int argc, char **argv) {
|
static int do_info_cmd (int argc, char **argv) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void register_info (void) {
|
static void register_info (void) {
|
||||||
const esp_console_cmd_t info_cmd = {
|
const esp_console_cmd_t info_cmd = {
|
||||||
.command = "info",
|
.command = "info",
|
||||||
|
Reference in New Issue
Block a user