mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 06:15:10 +03:00
Allow to disable telemetry alarams (#4981)
* Allow to disable telemetry alarams This mainly useful for cheap transceivers that have telemetry but no power amplifier and very limited range of often 10-20 meters. This includes fishpepper's tinyFISH FC (and its legal/illegal clones) and also Spektrum BNF models. * Always disable a warning when RSSI Warnings are disabled * Compile fix * Fix typos, also mute sensor lost Refactor the FrskyRSSIAlarm[2] into a EEPROM compatible RssiAlarm struct * Compile fixes * Also refactor Companion * Cleanup unused datastruct on ARM * Compile fix for AVR * Change int to uin8_t for avr * Fix strings
This commit is contained in:
parent
656daa75fa
commit
8e07f9b0f4
32 changed files with 297 additions and 187 deletions
|
@ -1532,7 +1532,9 @@ inline int div_and_round(int num, int den)
|
|||
}
|
||||
|
||||
#if defined(TELEMETRY_FRSKY)
|
||||
#if !defined(CPUARM)
|
||||
NOINLINE uint8_t getRssiAlarmValue(uint8_t alarm);
|
||||
#endif
|
||||
|
||||
extern const pm_uint8_t bchunit_ar[];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue