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

Method setBadUSBBLEShowOutput

src/core/config.cpp:809–812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

807}
808
809void BruceConfig::setBadUSBBLEShowOutput(bool value) {
810 badUSBBLEShowOutput = value;
811 saveFile();
812}
813void BruceConfig::addMifareKey(String value) { MifareKeysManager::addKey(mifareKeys, value); }
814
815void BruceConfig::validateMifareKeysItems() { MifareKeysManager::validateKeys(mifareKeys); }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected