diff options
Diffstat (limited to 'src/qmode.c')
-rw-r--r-- | src/qmode.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/qmode.c b/src/qmode.c index ce722d7..e83fe66 100644 --- a/src/qmode.c +++ b/src/qmode.c @@ -77,17 +77,17 @@ static void process_message(char *msg) } else flash_image(arg, type, NULL, NULL, NULL); } else*/ if (!strcmp(str, "reset")) { - if (reboot_board() == 0) { - squeue_push2(p,"info", "Device reboots", 1); - } else squeue_push2(p,"error", "Cannot reboot device", 1); +// if (reboot_board() == 0) { +// squeue_push2(p,"info", "Device reboots", 1); +// } else squeue_push2(p,"error", "Cannot reboot device", 1); } else if (!strcmp(str, "info")) { - get_rd_flags(); - squeue_push2(p, "info", strbuf, 1); - get_nolo_version(); - squeue_push2(p, "info", strbuf, 1); - get_usb_mode(); - squeue_push2(p, "info", strbuf, 1); +// get_rd_flags(); +// squeue_push2(p, "info", strbuf, 1); +// get_nolo_version(); +// squeue_push2(p, "info", strbuf, 1); +// get_usb_mode(); +// squeue_push2(p, "info", strbuf, 1); } else squeue_push2(p, "error", "invalid command", 0); } else { |