flipperzero-firmware/applications/cli
ESurge 253b98c8f0
Added condition to cli "log" command to end if serial terminal is disconnected. (#1425)
* Added condition to cli "log" command. If USB is disconnected while "log" command is running, it will end the command.
* Reverted change on cli_commands.c
  Added condition in cli.c for cli_cmd_interrupt_received function to react appropriately when serial terminal is disconnected.
  Added condition in subghz_cli.c for subghz chat cmd to exit gracefully when serial terminal is disconnected.
* Formatting

Co-authored-by: あく <alleteam@gmail.com>
2022-07-23 12:35:14 +09:00
..
application.fam
cli_command_gpio.c
cli_command_gpio.h
cli_commands.c
cli_commands.h
cli_i.h
cli_vcp.c
cli_vcp.h
cli.c Added condition to cli "log" command to end if serial terminal is disconnected. (#1425) 2022-07-23 12:35:14 +09:00
cli.h