mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-20 09:46:34 +00:00
Fix storage root path with LV_USE_FS_IF
This commit is contained in:
parent
246f5e3ac2
commit
a2d97204f8
@ -227,7 +227,9 @@ typedef void* lv_fs_drv_user_data_t;
|
|||||||
//# define LV_FS_IF_SPIFFS '\0' // no internal esp Flash
|
//# define LV_FS_IF_SPIFFS '\0' // no internal esp Flash
|
||||||
#endif
|
#endif
|
||||||
#endif /*LV_USE_FS_IF*/
|
#endif /*LV_USE_FS_IF*/
|
||||||
|
#if !(defined(WINDOWS) || defined(POSIX))
|
||||||
#define LV_FS_PC_PATH "/littlefs"
|
#define LV_FS_PC_PATH "/littlefs"
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user