* Renamed library description * Updated Eddystone URL (not complete) * Updated Eddystone URL * Updated Eddystone classes and beacon scanner * Renamed examples - removing prefix BLE_ * Renamed Beacon_Scanner * Updated TLM * Changed std::string to Arduino String * More std::string -> String * Changed String in forgotten file * Changed .data to .c_str * Reverting single String type change * Few more fixes related to the String transition * Fixed URL and Utils error * Added and modified compatibility safeguards for BLE5 examples * Added #include WString.h * Fixed Beacon_Scanner * Remove commented include Co-authored-by: Lucas Saavedra Vaz <lucassvaz@yahoo.com.br> --------- Co-authored-by: Tomas Pilny <tomas.pilny@espressif.com> Co-authored-by: Lucas Saavedra Vaz <lucassvaz@yahoo.com.br>
10 lines
424 B
INI
10 lines
424 B
INI
name=BLE
|
|
version=2.0.0
|
|
author=Neil Kolban <kolban1@kolban.com>
|
|
maintainer=Dariusz Krempa <esp32@esp32.eu.org>
|
|
sentence=BLE functions for ESP32
|
|
paragraph=This library provides an implementation Bluetooth Low Energy support for the ESP32 using the Arduino platform.
|
|
category=Communication
|
|
url=https://github.com/nkolban/ESP32_BLE_Arduino
|
|
architectures=esp32
|
|
includes=BLEDevice.h, BLEUtils.h, BLEScan.h, BLEAdvertisedDevice.h
|