remove mirror copy

This commit is contained in:
Brian Peek 2022-12-24 16:30:28 -07:00
parent 843a85d577
commit 828e3ccb2a
1 changed files with 0 additions and 4 deletions

View File

@ -49,10 +49,6 @@ void readData(Stream* s)
} }
while(read != 0); while(read != 0);
// on GG (and lynx?) top address bit gets stuck high (?) so mirror to upper region too?
if(total == 131072)
memcpy(p, buffer, 131072);
SD.remove(filename); SD.remove(filename);
File f = SD.open(filename, O_WRITE); File f = SD.open(filename, O_WRITE);