MCPcopy Create free account
hub / github.com/cifertech/nRFBox / spooferLoop

Function spooferLoop

nRFBox_V2/spoofer.cpp:488–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488void spooferLoop() {
489
490 handleButtonPress(deviceTypeNextPin, changeDeviceTypeNext);
491 handleButtonPress(deviceTypePrevPin, changeDeviceTypePrev);
492 handleButtonPress(advTypeNextPin, changeAdvTypeNext);
493 //handleButtonPress(advTypePrevPin, changeAdvTypePrev);
494 handleButtonPress(advControlPin, toggleAdvertising);
495
496 delay(50); // Avoid overloading the CPU
497}

Callers

nothing calls this directly

Calls 1

handleButtonPressFunction · 0.70

Tested by

no test coverage detected