mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-11 23:10:16 +00:00
ESP32-Console
This commit is contained in:
@@ -33,6 +33,8 @@ static int exec_info_cmd (int argc, char **argv) {
|
|||||||
|
|
||||||
ESP_LOGW("CLI", "Information about microcontroller chip.");
|
ESP_LOGW("CLI", "Information about microcontroller chip.");
|
||||||
|
|
||||||
|
chip_info.model;
|
||||||
|
|
||||||
int nerrors = arg_parse(argc, argv, (void**) &info_args);
|
int nerrors = arg_parse(argc, argv, (void**) &info_args);
|
||||||
if (nerrors != 0) {
|
if (nerrors != 0) {
|
||||||
arg_print_errors(stderr, info_args.end, argv[0]);
|
arg_print_errors(stderr, info_args.end, argv[0]);
|
||||||
|
Reference in New Issue
Block a user