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