mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
FM radio updates
This commit is contained in:
@ -14,8 +14,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "app/action.h"
|
||||
#include "app/app.h"
|
||||
#include "app/dtmf.h"
|
||||
@ -183,7 +181,7 @@ void ACTION_Scan(bool bRestart)
|
||||
}
|
||||
g_fm_channel_position = 0;
|
||||
|
||||
BK1080_GetFrequencyDeviation(Frequency);
|
||||
BK1080_get_freq_offset(Frequency);
|
||||
|
||||
FM_tune(Frequency, FM_SCAN_STATE_DIR_UP, bRestart);
|
||||
|
||||
|
Reference in New Issue
Block a user