mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
[ersky9x] Powering with USB with an invalid EEPROM erased parts of the EEPROM ...
This commit is contained in:
parent
36c1e9cb1d
commit
386be4c44b
1 changed files with 4 additions and 0 deletions
|
@ -546,6 +546,10 @@ void eeReadAll()
|
|||
STORE_GENERALVARS;
|
||||
STORE_MODELVARS;
|
||||
}
|
||||
else {
|
||||
// we don't want to store anything
|
||||
s_eeDirtyMsk = 0;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue