Add and remove libs and components for Arduino Core 3 (#400)
* Add and remove libs and components for Arduino Core 3 * Add back NimBLE-Arduino in resources
This commit is contained in:
10
lib/esp-nimble-cpp/library.properties
Normal file
10
lib/esp-nimble-cpp/library.properties
Normal file
@@ -0,0 +1,10 @@
|
||||
name=esp-nimble-cpp
|
||||
version=1.4.1
|
||||
author=h2zero
|
||||
maintainer=h2zero <powellperalta@gmail.com>
|
||||
sentence=Bluetooth low energy (BLE) library for esp32 based on NimBLE.
|
||||
paragraph=This is a more updated and lower resource alternative to the original bluedroid BLE library for esp32. Uses 50% less flash space and approximately 100KB less ram with the same functionality. Nearly 100% compatible with existing application code, migration guide included.
|
||||
url=https://github.com/h2zero/esp-nimble-cpp
|
||||
category=Communication
|
||||
architectures=esp32,arm-ble
|
||||
includes=NimBLEDevice.h
|
||||
Reference in New Issue
Block a user