Sensirion / arduino-ble-gadget

Create your own Do-It-Yourself BLE enabled sensor gadget on the ESP32 platform.
BSD 3-Clause "New" or "Revised" License
63 stars 20 forks source link

Data too long to fit in transmit buffer #23

Closed Jeshii closed 1 year ago

Jeshii commented 1 year ago

Attempting to get the gadget working on an ESP32 board, but I am getting the error:

Error trying to execute startPeriodicMeasurement(): Data too long to fit in transmit buffer

Any thoughts on what I can do to fix this issue? Thanks!

Jeshii commented 1 year ago

Nevermind, got it working :)