mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-24 01:16:55 +00:00
Merge pull request #55 from girtsf/fix-ble
fix #52: bluetooth not pairing
This commit is contained in:
commit
756c7ca7b3
@ -260,7 +260,7 @@ void initBluetooth()
|
|||||||
|
|
||||||
// Note: these callbacks might be coming in from a different thread.
|
// Note: these callbacks might be coming in from a different thread.
|
||||||
BLEServer *serve = initBLE(
|
BLEServer *serve = initBLE(
|
||||||
[](uint8_t pin) {
|
[](uint32_t pin) {
|
||||||
powerFSM.trigger(EVENT_BLUETOOTH_PAIR);
|
powerFSM.trigger(EVENT_BLUETOOTH_PAIR);
|
||||||
screen.startBluetoothPinScreen(pin);
|
screen.startBluetoothPinScreen(pin);
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user