mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
[Horus] SD Storage started. UI continued.
+ Some boyscout work on LCD functions
This commit is contained in:
parent
d353f3c388
commit
c8f77fceec
270 changed files with 2403 additions and 2474 deletions
|
@ -96,9 +96,15 @@ void checkEeprom()
|
|||
if (eepromIsWriting())
|
||||
eepromWriteProcess();
|
||||
else if (TIME_TO_WRITE())
|
||||
eeCheck(false);
|
||||
storageCheck(false);
|
||||
}
|
||||
}
|
||||
#else
|
||||
void checkEeprom()
|
||||
{
|
||||
if (TIME_TO_WRITE())
|
||||
storageCheck(false);
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(PCBFLAMENCO)
|
||||
|
@ -247,9 +253,7 @@ void perMain()
|
|||
calcConsumption();
|
||||
#endif
|
||||
checkSpeakerVolume();
|
||||
#if defined(EEPROM)
|
||||
checkEeprom();
|
||||
#endif
|
||||
sdMountPoll();
|
||||
writeLogs();
|
||||
handleUsbConnection();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue