| 369 | } |
| 370 | |
| 371 | void spooferLoop(){ |
| 372 | |
| 373 | handleButtonPress(deviceTypeNextPin, changeDeviceTypeNext); |
| 374 | handleButtonPress(deviceTypePrevPin, changeDeviceTypePrev); |
| 375 | handleButtonPress(advTypeNextPin, changeAdvTypeNext); |
| 376 | //handleButtonPress(advTypePrevPin, changeAdvTypePrev); |
| 377 | handleButtonPress(advControlPin, toggleAdvertising); |
| 378 | |
| 379 | } |
nothing calls this directly
no test coverage detected