mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-24 00:35:14 +03:00
parent
733cfb3218
commit
27b1255584
3 changed files with 20 additions and 3 deletions
|
@ -88,7 +88,7 @@ void eeLoadModelHeaders()
|
|||
}
|
||||
#endif
|
||||
|
||||
void storageReadAll()
|
||||
void storageReadRadioSettings()
|
||||
{
|
||||
if (!eepromOpen() || !eeLoadGeneral()) {
|
||||
storageEraseAll(true);
|
||||
|
@ -105,10 +105,19 @@ void storageReadAll()
|
|||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void storageReadCurrentModel()
|
||||
{
|
||||
eeLoadModel(g_eeGeneral.currModel);
|
||||
}
|
||||
|
||||
void storageReadAll()
|
||||
{
|
||||
storageReadRadioSettings();
|
||||
storageReadCurrentModel();
|
||||
}
|
||||
|
||||
void storageEraseAll(bool warn)
|
||||
{
|
||||
TRACE("storageEraseAll");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue