1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 08:15:17 +03:00

Fixes #115 - added date and time to backup filename

This commit is contained in:
Damjan Adamic 2014-06-18 22:19:57 +02:00
parent 41f14b93df
commit c82068115f
2 changed files with 7 additions and 2 deletions

View file

@ -1513,7 +1513,7 @@ union ReusableBuffer
uint16_t eepromfree;
#if defined(SDCARD)
char menu_bss[MENU_MAX_LINES][MENU_LINE_LENGTH];
char mainname[42]; // because reused for SD backup / restore
char mainname[sizeof(menu_bss)]; // because reused for SD backup / restore
#else
char mainname[LEN_MODEL_NAME];
#endif