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

Function changeDeviceTypePrev

VScode Platformio/src/spoofer.cpp:307–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307void changeDeviceTypePrev() {
308 deviceType--;
309 if (deviceType < 1) deviceType = 26;
310 Serial.println("Device Type Prev: " + String(deviceType));
311 setAdvertisingData();
312 updateDisplay();
313}
314
315void changeAdvTypeNext() {
316 advType++;

Callers

nothing calls this directly

Calls 2

setAdvertisingDataFunction · 0.70
updateDisplayFunction · 0.70

Tested by

no test coverage detected