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:
parent
41f14b93df
commit
c82068115f
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue