-
-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,12 +11,12 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Doxygen Action | ||
uses: mattnotmitt/[email protected].5 | ||
uses: mattnotmitt/[email protected].8 | ||
with: | ||
working-directory: 'docs/' | ||
|
||
- name: Deploy | ||
uses: peaceiris/actions-gh-pages@v3.9.3 | ||
uses: peaceiris/actions-gh-pages@v4 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: ./docs/doxydocs/html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name=NimBLE-Arduino | ||
version=2.0.0 | ||
version=2.1.0 | ||
author=h2zero | ||
maintainer=h2zero <powellperalta@gmail.com> | ||
sentence=Bluetooth low energy (BLE) library for arduino-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. | ||
maintainer=Ryan Powell <powell.rg@gmail.com> | ||
sentence=Bluetooth low energy (BLE) library for Arduino based on NimBLE. | ||
paragraph=This is frequently updated and lower resource alternative to the original bluedroid BLE library for esp32 and Nordic nRF5 devices (must use n-able-Arduino core). 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/NimBLE-Arduino | ||
category=Communication | ||
architectures=esp32,arm-ble | ||
includes=NimBLEDevice.h | ||
includes=NimBLEDevice.h |