Skip to content

Commit 323d743

Browse files
committed
rename EspClass::eraseESPconfig to eraseConfig
1 parent d5788af commit 323d743

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hardware/esp8266com/esp8266/cores/esp8266/Esp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ struct rst_info * EspClass::getResetInfoPtr(void) {
293293
return &resetInfo;
294294
}
295295

296-
bool EspClass::eraseESPconfig(void) {
296+
bool EspClass::eraseConfig(void) {
297297
bool ret = true;
298298
size_t cfgAddr = (ESP.getFlashChipSize() - 0x4000);
299299
size_t cfgSize = (8*1024);

hardware/esp8266com/esp8266/cores/esp8266/Esp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class EspClass {
101101
String getResetInfo(void);
102102
struct rst_info * getResetInfoPtr(void);
103103

104-
bool eraseESPconfig(void);
104+
bool eraseConfig(void);
105105

106106
inline uint32_t getCycleCount(void);
107107
};

0 commit comments

Comments
 (0)