mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 08:58:36 -07:00
formatted
This commit is contained in:
@@ -45,7 +45,6 @@ static bool subghz_scene_receiver_info_update_parser(void* context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void subghz_scene_receiver_info_draw_widget(SubGhz* subghz) {
|
void subghz_scene_receiver_info_draw_widget(SubGhz* subghz) {
|
||||||
|
|
||||||
if(subghz_scene_receiver_info_update_parser(subghz)) {
|
if(subghz_scene_receiver_info_update_parser(subghz)) {
|
||||||
string_t frequency_str;
|
string_t frequency_str;
|
||||||
string_t modulation_str;
|
string_t modulation_str;
|
||||||
|
|||||||
@@ -958,7 +958,8 @@ int32_t unirfremix_app(void* p) {
|
|||||||
//input detect loop start
|
//input detect loop start
|
||||||
InputEvent input;
|
InputEvent input;
|
||||||
while(1) {
|
while(1) {
|
||||||
furi_check(furi_message_queue_get(app->input_queue, &input, FuriWaitForever) == FuriStatusOk);
|
furi_check(
|
||||||
|
furi_message_queue_get(app->input_queue, &input, FuriWaitForever) == FuriStatusOk);
|
||||||
FURI_LOG_I(
|
FURI_LOG_I(
|
||||||
TAG,
|
TAG,
|
||||||
"key: %s type: %s",
|
"key: %s type: %s",
|
||||||
@@ -1093,7 +1094,8 @@ int32_t unirfremix_app(void* p) {
|
|||||||
|
|
||||||
InputEvent input;
|
InputEvent input;
|
||||||
while(1) {
|
while(1) {
|
||||||
furi_check(furi_message_queue_get(app->input_queue, &input, FuriWaitForever) == FuriStatusOk);
|
furi_check(
|
||||||
|
furi_message_queue_get(app->input_queue, &input, FuriWaitForever) == FuriStatusOk);
|
||||||
FURI_LOG_I(
|
FURI_LOG_I(
|
||||||
TAG,
|
TAG,
|
||||||
"key: %s type: %s",
|
"key: %s type: %s",
|
||||||
|
|||||||
Reference in New Issue
Block a user