remove mirror copy
This commit is contained in:
parent
843a85d577
commit
828e3ccb2a
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue