mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
spiffs prep
added define for chuck size update changelog
This commit is contained in:
parent
96876c0111
commit
9406ef9fd3
3 changed files with 18 additions and 14 deletions
|
@ -129,6 +129,8 @@ void rdv40_spiffs_safe_wipe(void);
|
|||
|
||||
#define SPIFFS_ERR_TEST -10100
|
||||
|
||||
// Amount of data to write/append to a file in one go.
|
||||
#define SPIFFS_WRITE_CHUNK_SIZE 8192
|
||||
|
||||
// spiffs file descriptor index type. must be signed
|
||||
typedef s16_t spiffs_file;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue