Merge remote-tracking branch 'ofw/dev' into feat/nfc-type-4-final

This commit is contained in:
WillyJL
2025-06-29 01:54:42 +01:00
+1 -1
View File
@@ -1092,7 +1092,7 @@ static void subghz_cli_command_chat(PipeSide* pipe, FuriString* args) {
break;
}
}
if(!cli_is_pipe_broken_or_is_etx_next_char(pipe)) {
if(cli_is_pipe_broken_or_is_etx_next_char(pipe)) {
printf("\r\n");
chat_event.event = SubGhzChatEventUserExit;
subghz_chat_worker_put_event_chat(subghz_chat, &chat_event);