mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-15 11:34:17 +00:00
Make use of "ensure_directory" function (#1765)
This commit is contained in:
@@ -33,10 +33,10 @@
|
||||
#include "serializer.hpp"
|
||||
#include "volume.hpp"
|
||||
|
||||
// persistant memory from/to sdcard flag file
|
||||
// persistent memory from/to sdcard flag file
|
||||
#define PMEM_FILEFLAG u"/SETTINGS/PMEM_FILEFLAG"
|
||||
|
||||
// persistant memory from/to sdcard flag file
|
||||
// persistent memory from/to sdcard flag file
|
||||
#define PMEM_SETTING_FILE u"/SETTINGS/pmem_settings"
|
||||
|
||||
#define PMEM_SIZE_BYTES 256 // total amount of pmem space in bytes, including checksum
|
||||
|
||||
Reference in New Issue
Block a user