1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 01:05:10 +03:00

Merge issues

This commit is contained in:
bsongis 2014-03-03 16:50:05 +01:00
parent a18953f6a2
commit 8662a4ec68
2 changed files with 1 additions and 6 deletions

View file

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

View file

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