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

Function spooferLoop

VScode Platformio/src/spoofer.cpp:371–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371void spooferLoop(){
372
373 handleButtonPress(deviceTypeNextPin, changeDeviceTypeNext);
374 handleButtonPress(deviceTypePrevPin, changeDeviceTypePrev);
375 handleButtonPress(advTypeNextPin, changeAdvTypeNext);
376 //handleButtonPress(advTypePrevPin, changeAdvTypePrev);
377 handleButtonPress(advControlPin, toggleAdvertising);
378
379}

Callers

nothing calls this directly

Calls 1

handleButtonPressFunction · 0.70

Tested by

no test coverage detected