mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 00:05:17 +03:00
Haptic function by Rob should now be finished. SD card Model archive function.
This commit is contained in:
parent
8c6bf54cf9
commit
fe9afeb6a2
24 changed files with 556 additions and 283 deletions
|
@ -214,5 +214,9 @@ uint16_t evalChkSum();
|
|||
#define eeCopyModel(dst, src) theFile.copy(FILE_MODEL(dst), FILE_MODEL(src))
|
||||
#define eeSwapModels(id1, id2) EFile::swap(FILE_MODEL(id1), FILE_MODEL(id2))
|
||||
|
||||
#ifdef SDCARD
|
||||
const pm_char * eeArchiveModel(uint8_t i_fileSrc);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
/*eof*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue