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

Method setEvilAllowEndpointDisplay

src/core/config.cpp:713–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

711}
712
713void BruceConfig::setEvilAllowEndpointDisplay(bool value) {
714 evilPortalEndpoints.showEndpoints = value;
715 saveFile();
716}
717
718void BruceConfig::setEvilAllowGetCreds(bool value) {
719 evilPortalEndpoints.allowGetCreds = value;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected