mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-23 08:45:22 +03:00
cleanup warnings (#3934)
This commit is contained in:
@ -396,7 +396,6 @@ struct rst_info * EspClass::getResetInfoPtr(void) {
|
||||
}
|
||||
|
||||
bool EspClass::eraseConfig(void) {
|
||||
bool ret = true;
|
||||
const size_t cfgSize = 0x4000;
|
||||
size_t cfgAddr = ESP.getFlashChipSize() - cfgSize;
|
||||
|
||||
|
Reference in New Issue
Block a user