Ok button in frequency analyzer will set this frequency to receiver

This commit is contained in:
derskythe
2022-09-28 06:22:02 +04:00
parent 22a87d5707
commit 406247c5d8
3 changed files with 128 additions and 3 deletions

View File

@@ -17,3 +17,5 @@ SubGhzFrequencyAnalyzer* subghz_frequency_analyzer_alloc();
void subghz_frequency_analyzer_free(SubGhzFrequencyAnalyzer* subghz_static);
View* subghz_frequency_analyzer_get_view(SubGhzFrequencyAnalyzer* subghz_static);
uint32_t subghz_frequency_analyzer_get_frequency_to_save(SubGhzFrequencyAnalyzer* instance);