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

Method addQrCodeEntry

src/core/config.cpp:823–826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

821}
822
823void BruceConfig::addQrCodeEntry(const String &menuName, const String &content) {
824 qrCodes.push_back({menuName, content});
825 saveFile();
826}
827
828void BruceConfig::removeQrCodeEntry(const String &menuName) {
829 size_t writeIndex = 0;

Callers 1

save_and_display_qrcodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected