Skip to content

Commit 1be1eea

Browse files
committed
Release v1.0.0
1 parent c2a9470 commit 1be1eea

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ Memory after connection: Free Heap: **269792**
3232
**As shown: there is nearly a 50% reduction in flash use and approx. 100kB less ram consumed!**
3333
<br/>
3434

35+
# Development Status
36+
[Latest release ![Release Version](https://img.shields.io/github/release/h2zero/NimBLE-Arduino.svg?style=plastic)
37+
![Release Date](https://img.shields.io/github/release-date/h2zero/NimBLE-Arduino.svg?style=plastic)](https://github.com/h2zero/NimBLE-Arduino/releases/latest/)
38+
![Downloads](https://img.shields.io/github/downloads/h2zero/NimBLE-Arduino/latest/total.svg?style=plastic)
39+
40+
This Library is tracking the esp-nimble repo, nimble-1.2.0-idf master branch, currently [@95bd864.](https://github.com/espressif/esp-nimble)
41+
42+
Also tracking the NimBLE related changes in ESP-IDF, master branch, currently [@2ef4890.](https://github.com/espressif/esp-idf/tree/master/components/bt/host/nimble)
43+
<br/>
44+
3545
# Installation
3646
Download as .zip and extract to Arduino/libraries folder, or in Arduino IDE from Sketch menu -> Include library -> Add .Zip library.
3747

@@ -75,11 +85,6 @@ In `nimconfig.h` the value is:
7585
Espressif has stated the hard maximum connections is 9.
7686
<br/>
7787

78-
# Continuing development
79-
This Library is tracking the esp-nimble repo, nimble-1.2.0-idf master branch, currently [@95bd864.](https://github.com/espressif/esp-nimble)
80-
81-
Also tracking the NimBLE related changes in ESP-IDF, master branch, currently [@2ef4890.](https://github.com/espressif/esp-idf/tree/master/components/bt/host/nimble)
82-
<br/>
8388

8489
# Acknowledgments
8590
* [nkolban](https://github.com/nkolban) and [chegewara](https://github.com/chegewara) for the [original esp32 BLE library](https://github.com/nkolban/esp32-snippets/tree/master/cpp_utils) this project was derived from.

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=NimBLE-Arduino
2-
version=0.9.0
2+
version=1.0.0
33
author=H2zero
44
maintainer=h2zero <powellperalta@gmail.com>
5-
sentence=NimBLE library for Arduino
6-
paragraph=A lighter-weight alternative to the bluedroid library for esp32.
5+
sentence=BLE library for arduino-esp32 based on NimBLE.
6+
paragraph=This library is a more updated and lower resource alternative to the original bluedroid library for esp32.
77
url=https://github.com/h2zero/NimBLE-Arduino
88
category=Communication
99
architectures=esp32

0 commit comments

Comments
 (0)