Stefanos Anastasiou
Stefanos Anastasiou
Is it maybe possible to flat all levels above 1 to just one? But still allow for replies? This is how e.g. facebook and youtube work. I tried to find...
@shashaBot We don't have to get rid of anything, but making it optional would be better. In mobile devices using relatively large comments, is is almost impossible to display even...
Can verify, broken as fuck.
Is this ever going to happen? :)
The marker labels color is fixed, dark. This makes markers unusable with dark backgrounds. Please add same logic to color of labels as with the value - description text...
Hi @h2zero , I had the same issue and tired the proposed solution: ``` void BluetoothController::setupSecurity(const uint32_t pin) { NimBLEDevice::setSecurityAuth(true, true, true); NimBLEDevice::setSecurityPasskey(pin); NimBLEDevice::setSecurityIOCap(BLE_HS_IO_DISPLAY_ONLY); NimBLEDevice::setSecurityInitKey(BLE_SM_PAIR_KEY_DIST_ID | BLE_SM_PAIR_KEY_DIST_ENC); NimBLEDevice::setSecurityRespKey(BLE_SM_PAIR_KEY_DIST_ID | BLE_SM_PAIR_KEY_DIST_ENC);...
Thanks, I have also found out that NimbleDevice::isBonded(...) also works. So that above solution is not needed. I worked around the rest of the issues as described in this thread....
Well, no need for ZMP, but it would be nice, to support e.g. Flexpool with it. But I am guessing, anything would work. Good to hear. Thanks!
I have the exact same issue. DSM 7.1.1-42962 Update 6....
You can't. This is just how BLE works. A non encrypted characteristic will not request pin. Only way to pair/bond is to request to read/write an encrypted characteristic. I think...