arduino-esp32/libraries/BluetoothSerial
Me No Dev 96822d783f
Update IDF to 3.2-3276a13 and esptool.py to 2.5.0 (#1878)
* TX Flow Control and Code cleanup

* Use semaphore instead of delay

TX functionality is done.

* Use single buffer and empty queue on exit

* Fix compile issues because of LwIP code relocation

* Add temporary header to fix Azure not compiling

* Fix AsyncUDP early init

* AsyncUDP Multicast fixes

* Add source mac address and rework multicast

* Allow redefinition of default pins for Serials 1 and 2

* Update IDF to 3276a13

* Update esptool.py to 2.5.0

* Fix sketches

* Fix log level in BluetoothSetial
2018-09-21 08:39:36 +02:00
..
examples/SerialToSerialBT Add BluetoothSerial library (#1144) 2018-03-05 07:34:10 +01:00
src Update IDF to 3.2-3276a13 and esptool.py to 2.5.0 (#1878) 2018-09-21 08:39:36 +02:00
keywords.txt Add hasClient for BluetoothSerial (#1183) 2018-03-09 11:16:18 +01:00
library.properties Add BluetoothSerial library (#1144) 2018-03-05 07:34:10 +01:00
README.md Add BluetoothSerial library (#1144) 2018-03-05 07:34:10 +01:00

Bluetooth Serial Library

A simple Serial compatible library using ESP32 classical bluetooth (SPP)

How to use it?