mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 01:05:10 +03:00
Merge issues
This commit is contained in:
parent
a18953f6a2
commit
8662a4ec68
2 changed files with 1 additions and 6 deletions
|
@ -368,7 +368,7 @@ int OpenTxInterface::save(uint8_t *eeprom, RadioData &radioData, uint32_t varian
|
|||
version = 216;
|
||||
break;
|
||||
case BOARD_9XRPRO:
|
||||
version = 215;
|
||||
version = 216;
|
||||
break;
|
||||
case BOARD_GRUVIN9X:
|
||||
version = 216;
|
||||
|
|
|
@ -4531,15 +4531,10 @@ void opentxClose()
|
|||
hapticOff();
|
||||
#endif
|
||||
|
||||
<<<<<<< HEAD
|
||||
#if defined(CPUARM) && defined(FRSKY)
|
||||
if((g_model.frsky.mAhPersistent) && (g_model.frsky.storedMah != frskyData.hub.currentConsumption)) {
|
||||
=======
|
||||
saveTimers();
|
||||
|
||||
#if defined(CPUARM) && defined(FRSKY)
|
||||
if ((g_model.frsky.mAhPersistent) && (g_model.frsky.storedMah != frskyData.hub.currentConsumption)) {
|
||||
>>>>>>> origin/next
|
||||
g_model.frsky.storedMah = frskyData.hub.currentConsumption;
|
||||
eeDirty(EE_MODEL);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue