Citazione:
Originalmente inviato da dicio romolo ma la versione della eeprom da cosa dipende ?
Nella eeprom non vengono salvati solo i miei settaggi ?
Nella pagina (3/6) ad esempio io leggo :
VERS : V2.00-H
SVN : open9x-r1029
EEPROM v209 |
Si ma ogni eeprom ha un suo formato...
ad esempio il formato 209 è stato introdotto nella versione 792 come nella versione 1032 non ancora pubblica abbiamo introdotto il formato 210.
E' vero che tiene solo le impostazioni ma è come le tiene che cambia... companion scrive sempre nell'ultimo formato a meno che tu non gli dica di controllare.
Per darti un'idea di cosa cambi fra un formato e l'altro ti riporto parte del codice...
Codice:
switch(version) {
case 201:
// first version
break;
case 202:
// channel order is now always RUD - ELE - THR - AIL
// changes in timers
// ppmFrameLength added
// thrTraceSrc added
break;
case 203:
// mixers changed (for the trims use for change the offset of a mix)
// telemetry offset raised to -127 +127
// function switches now have a param on 4 bits
break;
case 204:
// telemetry changes (bars)
break;
case 205:
// mixer changes (differential, negative curves)...
break;
// case 206:
case 207:
// V4: Rotary Encoders position in FlightPhases
break;
case 208:
// Trim value in 16bits
// FrSky A1/A2 offset on 12bits
// ARM: More Mixers / Expos / CSW / FSW / CHNOUT
break;
case 209:
// Add TrmR, TrmE, TrmT, TrmA as Mix sources
// Trims are now OFF / ON / Rud / Ele / Thr / Ail
break;
case 210:
// Add names in Mixes / Expos
// Add a new telemetry screen
// Add support for Play Track <filename>
break;
Fra l'altro come vedi la 206 è stato "un'errore di sbaglio" e saltata...