mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
correct addr
This commit is contained in:
@ -297,7 +297,7 @@ struct rst_info * EspClass::getResetInfoPtr(void) {
|
||||
|
||||
bool EspClass::eraseESPconfig(void) {
|
||||
bool ret = true;
|
||||
size_t cfgAddr = (ESP.getFlashChipSize() - 0x3000);
|
||||
size_t cfgAddr = (ESP.getFlashChipSize() - 0x4000);
|
||||
size_t cfgSize = (8*1024);
|
||||
|
||||
noInterrupts();
|
||||
|
Reference in New Issue
Block a user