mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
making the spiffs write guarded if firmware was compiled with spiffs flash enabled
This commit is contained in:
parent
24d6013f10
commit
646f1a5b97
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ void RunMod(void) {
|
|||
SpinErr(LED_D, 50, 8);
|
||||
partialEmulation = true;
|
||||
} else {
|
||||
#if WITH_FLASH
|
||||
#ifdef WITH_FLASH
|
||||
DbpString("[" _GREEN_("+") "] " _GREEN_("Emulator memory filled completely. Start storing card in spiff memory."));
|
||||
uint8_t *emCARD = BigBuf_get_EM_addr();
|
||||
char dumpFileName[30] = {0};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue