mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
SubGHz: Default coords to NAN not 0
This commit is contained in:
@@ -40,8 +40,8 @@ static bool subghz_scene_receiver_info_update_parser(void* context) {
|
||||
subghz->txrx,
|
||||
furi_string_get_cstr(preset->name),
|
||||
preset->frequency,
|
||||
0,
|
||||
0,
|
||||
NAN,
|
||||
NAN,
|
||||
preset->data,
|
||||
preset->data_size);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user