You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't find the reason in ArduinoBLE code. Any idea why it happens? In the same scenario with NimBLE-Arduino lib I have one notification. With this issue I can't implement ArduinoBleOTA lib correctly
Hi! I faced a similar issue. After some investigations, I suppressed echoing data back to the client.
To implement this change you need to add BLEWriteWithoutResponse to the BLE Characteristics permissions and update code for void BLELocalCharacteristic::writeValue(BLEDevice device, const uint8_t value[], int length) function in src/local/BLELocalCharacteristic.cpp file.
In https://github.com/vovagorodok/ArduinoBleOTA/blob/main/src/ArduinoBleOtaClass.cpp:
notifies twice about written value.
Checked on esp32dev and nano_33_iot
The text was updated successfully, but these errors were encountered: