| 486 | } |
| 487 | |
| 488 | void 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 | } |
nothing calls this directly
no test coverage detected