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

Function changeDeviceTypePrev

nRFBox_V2/spoofer.cpp:390–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390void changeDeviceTypePrev() {
391 deviceType--;
392 if (deviceType < 1) deviceType = 26;
393 Serial.println("Device Type Prev: " + String(deviceType));
394 setAdvertisingData();
395 updateDisplay();
396}
397
398void changeAdvTypeNext() {
399 advType++;

Callers

nothing calls this directly

Calls 2

setAdvertisingDataFunction · 0.70
updateDisplayFunction · 0.70

Tested by

no test coverage detected