mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Extend spiffs area to full FLASH array except last two sectors (signature and reserve one for future use)
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@
|
||||
# define FLASH_MEM_MAX_4K_SECTOR_P(p64k) (FLASH_MEM_MAX_SIZE_P(p64k) - 4096)
|
||||
#endif
|
||||
|
||||
#define FLASH_RESERVED_TRAILING_4K_SECTORS 10
|
||||
#define FLASH_RESERVED_TRAILING_4K_SECTORS 2
|
||||
|
||||
#ifndef FLASH_MEM_ID_LEN
|
||||
# define FLASH_MEM_ID_LEN 8
|
||||
|
||||
Reference in New Issue
Block a user