Skip to content

Releases: avinabmalla/ESP32_BleSerial

3.0.1

26 Jan 10:48
c89ad13

Choose a tag to compare

Fix for issues #25 and #27, thanks to @PaulZC

v3.0.0

06 Oct 15:51

Choose a tag to compare

Adds BleBufferedSerial, a drop-in replacement for BleSerial that allows being written from concurrent threads and buffers outgoing data into larger packets to increase data output rate and avoid packet loss.

v2.0.1

27 Nov 05:38

Choose a tag to compare

  • Example fixes for Arduino 3.0, thanks to @nseidle
  • Added BLE connect/disconnect callback
  • Bug fixes

v2.0.0

13 Oct 13:54

Choose a tag to compare

  • Support for multiple BLE Serial Ports
  • Support for battery level service

v1.0.6

12 Aug 18:00

Choose a tag to compare

Fixes for read not returning -1 when no data is available.

v1.0.5

06 Aug 07:13

Choose a tag to compare

Fixes for Arduino ESP32 v3.x

v1.0.4

03 Jan 17:11

Choose a tag to compare

Fixed possible race conditions in ByteRingBuffer thanks to thread safe version by @jgpeiro

v1.0.3

29 Dec 19:08

Choose a tag to compare

Bug fixes

v1.0.2

27 Nov 05:32

Choose a tag to compare

Minor Fixes, thanks to @nseidle and @burnsed

v1.0.1

18 Aug 13:06
ad0cef4

Choose a tag to compare

Minor fixes