mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 09:45:21 +03:00
Missing bits on 9XRPRO
This commit is contained in:
parent
be7b4e5064
commit
c846cc582a
1 changed files with 11 additions and 0 deletions
|
@ -370,6 +370,17 @@ void eeLoadModel(uint8_t id)
|
|||
|
||||
restoreTimers();
|
||||
|
||||
#if defined(CPUARM)
|
||||
for (int i=0; i<MAX_SENSORS; i++) {
|
||||
TelemetrySensor & sensor = g_model.telemetrySensors[i];
|
||||
if (sensor.type == TELEM_TYPE_CALCULATED && sensor.persistent) {
|
||||
telemetryItems[i].value = sensor.persistentValue;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
LOAD_MODEL_CURVES();
|
||||
|
||||
resumeMixerCalculations();
|
||||
// TODO pulses should be started after mixer calculations ...
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue