diff options
-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 |