Skip to content

Release 4.4

Compare
Choose a tag to compare
@lemmingDev lemmingDev released this 19 Aug 20:04
· 73 commits to master since this release
9ab7302

Fix compilation error due to removal of NimBLESecurity class

Replaced the NimBLESecurity class instantiation and authentication method setting in BLEGamepad.cpp:1318-1320 with an equivalent call to
NimBLEDevice::setSecurityAuth(BLE_SM_PAIR_AUTHREQ_BOND);

Thanks @mhaebler

Use NimBLE-Arduino from https://github.com/h2zero/NimBLE-Arduino/tree/master