Merge branch 'flipperdevices:dev' into dev

This commit is contained in:
Eng1n33r
2022-07-23 17:15:46 +03:00
committed by GitHub
2 changed files with 18 additions and 11 deletions

View File

@@ -676,6 +676,11 @@ static void subghz_cli_command_chat(Cli* cli, string_t args) {
break;
}
}
if(cli_is_connected(cli)) {
printf("\r\n");
chat_event.event = SubGhzChatEventUserExit;
subghz_chat_worker_put_event_chat(subghz_chat, &chat_event);
}
}
string_clear(input);