0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-07-09 15:20:26 +03:00

Limit screen update rate in AM fixer

This commit is contained in:
OneOfEleven
2023-09-26 11:41:10 +01:00
parent 8acbfbc80d
commit 9d178c549a
6 changed files with 64 additions and 28 deletions

View File

@ -28,6 +28,7 @@ extern const uint8_t orig_pga;
#ifdef ENABLE_AM_FIX
extern int16_t rssi_db_gain_diff[2];
void AM_fix_init(void);
void AM_fix_reset(const int vfo);
void AM_fix_adjust_frontEnd_10ms(const int vfo);
#ifdef ENABLE_AM_FIX_SHOW_DATA