mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 18:18:35 -07:00
Merge branch 'flipperdevices:dev' into dev
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user