sforkowany z mirror/meshtastic-firmware
Pad Bluetooth passkey to 6 digits
rodzic
f1b840dede
commit
c4a1fe0f36
|
@ -184,7 +184,7 @@ class MySecurity : public BLESecurityCallbacks
|
|||
|
||||
void onPassKeyNotify(uint32_t pass_key)
|
||||
{
|
||||
Serial.printf("onPassKeyNotify %u\n", pass_key);
|
||||
Serial.printf("onPassKeyNotify %06u\n", pass_key);
|
||||
startCb(pass_key);
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue