SubGHz: Default coords to NAN not 0

This commit is contained in:
Willy-JL
2024-04-02 17:54:12 +01:00
parent 708af5b120
commit 0e9c0c2bb0
5 changed files with 21 additions and 21 deletions

View File

@@ -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);