MCPcopy Create free account
hub / github.com/BruceDevices/firmware / removeEvilWifiName

Method removeEvilWifiName

src/core/config.cpp:676–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674}
675
676void BruceConfig::removeEvilWifiName(String value) {
677 evilWifiNames.erase(value);
678 saveFile();
679}
680
681void BruceConfig::setEvilEndpointCreds(String value) {
682 evilPortalEndpoints.getCredsEndpoint = value;

Callers 1

removeEvilWifiMenuFunction · 0.80

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected