Skip to content

Commit 0112f90

Browse files
Update Program.cs
1 parent 72c35f1 commit 0112f90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

WiFiProgram/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,6 @@ MemoryStream readChunk(int startSector, int size)
720720
addLog("Reading " + formatHex(addr) + "... ");
721721
// BK7231T does not allow bootloader read, but we can use a wrap-around hack
722722

723-
724723
{
725724
// wrap around breaks stuff here, maybe it has 4MB flash?
726725
//addr += 0x400000;// not working for BK7252 as well

0 commit comments

Comments
 (0)