I did read the same highlighted lines you mentioned earlier but I don't know where to put them.
What I did is:
in Arduino/libraries/ESP32-BLE-Keyboard I changed the secutiry to:
BLESecurity *pSecurity = new BLESecurity();
pSecurity->setCapability(ESP_IO_CAP_NONE);
pSecurity->setStaticPIN ...
Search found 2 matches
- Thu Jun 25, 2020 6:43 pm
- Forum: General Discussion
- Topic: BLE Security Passcode
- Replies: 15
- Views: 50389
- Sat Jun 06, 2020 6:08 pm
- Forum: General Discussion
- Topic: BLE Security Passcode
- Replies: 15
- Views: 50389
Re: BLE Security Passcode
Hi chegewara, could you explain in a bit more detail where to use this or the idf demo? I am having the same troubles as the others.
Thanks for all your efforts btw!