We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c35f1 commit 0112f90Copy full SHA for 0112f90
WiFiProgram/Program.cs
@@ -720,7 +720,6 @@ MemoryStream readChunk(int startSector, int size)
720
addLog("Reading " + formatHex(addr) + "... ");
721
// BK7231T does not allow bootloader read, but we can use a wrap-around hack
722
723
-
724
{
725
// wrap around breaks stuff here, maybe it has 4MB flash?
726
//addr += 0x400000;// not working for BK7252 as well
0 commit comments