mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Default RxBatt alarm value (only RED)
This commit is contained in:
parent
ede7b02706
commit
cd6bad23fd
1 changed files with 2 additions and 0 deletions
|
@ -393,6 +393,8 @@ void modelDefault(uint8_t id)
|
|||
|
||||
#if defined(PCBTARANIS)
|
||||
g_model.frsky.channels[0].ratio = 132;
|
||||
g_model.rxBattAlarms[0] = 0;
|
||||
g_model.rxBattAlarms[1] = 86;
|
||||
#endif
|
||||
|
||||
#if defined(MAVLINK)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue