Merge pull request #55 from girtsf/fix-ble

fix #52: bluetooth not pairing
This commit is contained in:
Kevin Hester 2020-03-24 10:55:00 -07:00 committed by GitHub
commit 756c7ca7b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -260,7 +260,7 @@ void initBluetooth()
// Note: these callbacks might be coming in from a different thread.
BLEServer *serve = initBLE(
[](uint8_t pin) {
[](uint32_t pin) {
powerFSM.trigger(EVENT_BLUETOOTH_PAIR);
screen.startBluetoothPinScreen(pin);
},