Release 4.4
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