mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-24 01:16:55 +00:00
Pad Bluetooth passkey to 6 digits
This commit is contained in:
parent
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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user