upgrade nimble to 1.4.1 again

This commit is contained in:
technyon
2022-12-24 17:53:58 +01:00
parent 422f336f7a
commit dedac325ca
12 changed files with 50 additions and 15 deletions

View File

@@ -616,7 +616,6 @@ bool NimBLERemoteCharacteristic::setNotify(uint16_t val, notify_callback notifyC
NIMBLE_LOGD(LOG_TAG, "<< setNotify()");
response = true; // Always write with response as per Bluetooth core specification.
return desc->writeValue((uint8_t *)&val, 2, response);
} // setNotify