mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-23 08:45:22 +03:00
rename EspClass::eraseESPconfig to eraseConfig
This commit is contained in:
@ -295,7 +295,7 @@ struct rst_info * EspClass::getResetInfoPtr(void) {
|
||||
return &resetInfo;
|
||||
}
|
||||
|
||||
bool EspClass::eraseESPconfig(void) {
|
||||
bool EspClass::eraseConfig(void) {
|
||||
bool ret = true;
|
||||
size_t cfgAddr = (ESP.getFlashChipSize() - 0x4000);
|
||||
size_t cfgSize = (8*1024);
|
||||
|
Reference in New Issue
Block a user