1
0
Fork 0
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:
bsongis 2014-05-23 16:19:56 +02:00
parent ede7b02706
commit cd6bad23fd

View file

@ -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)