mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-19 19:53:18 +00:00
Merge pull request #131 from Dafeman/master
Pad Bluetooth passkey to 6 digits
This commit is contained in:
commit
42298abfad
@ -184,7 +184,7 @@ class MySecurity : public BLESecurityCallbacks
|
|||||||
|
|
||||||
void onPassKeyNotify(uint32_t pass_key)
|
void onPassKeyNotify(uint32_t pass_key)
|
||||||
{
|
{
|
||||||
Serial.printf("onPassKeyNotify %u\n", pass_key);
|
Serial.printf("onPassKeyNotify %06u\n", pass_key);
|
||||||
startCb(pass_key);
|
startCb(pass_key);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user