diff options
author | chegewara <imperiaonline4@gmail.com> | 2018-11-30 11:11:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-30 11:11:53 +0100 |
commit | f7eb683cda0f5f4ddf8a2029362a5db3e1ed84c1 (patch) | |
tree | 8df73c938968b7f9c50ee65f8c000fceee0da896 | |
parent | Changes, bugfixes and updgrades. Library is ready to work with arduino-esp32 ... (diff) | |
download | thermostat-f7eb683cda0f5f4ddf8a2029362a5db3e1ed84c1.tar.gz thermostat-f7eb683cda0f5f4ddf8a2029362a5db3e1ed84c1.tar.bz2 thermostat-f7eb683cda0f5f4ddf8a2029362a5db3e1ed84c1.zip |
Update library.properties
-rw-r--r-- | library.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library.properties b/library.properties index 23e642e..c1355e9 100644 --- a/library.properties +++ b/library.properties @@ -1,10 +1,10 @@ name=ESP32 BLE Arduino -version=0.4.16 +version=1.0.0 author=Neil Kolban <kolban1@kolban.com> -maintainer=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=BLE.h, BLEUtils.h, BLEScan.h, BLEAdvertisedDevice.h
\ No newline at end of file +includes=BLEDevice.h, BLEUtils.h, BLEScan.h, BLEAdvertisedDevice.h |