mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
correct addr
This commit is contained in:
parent
5852c484ca
commit
5a19cc24bf
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user