mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-01 15:40:49 +00:00
Pad Bluetooth passkey to 6 digits
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user