Skip to content

Commit

Permalink
Fix API Version
Browse files Browse the repository at this point in the history
  • Loading branch information
beegee-tokyo committed Jan 5, 2025
1 parent 42c9b31 commit db01825
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "WisBlock-API-V2",
"version": "2.0.20",
"version": "2.0.21",
"keywords": [
"lora",
"Semtech",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=WisBlock-API-V2
version=2.0.20
version=2.0.21
author=Bernd Giesecke <[email protected]>
maintainer=Bernd Giesecke <[email protected]>
sentence=API for WisBlock Core module
Expand Down
2 changes: 1 addition & 1 deletion src/WisBlock-API-V2.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#define WISBLOCK_API_VER 2
#define WISBLOCK_API_VER2 0
#define WISBLOCK_API_VER3 20
#define WISBLOCK_API_VER3 21
#ifndef NO_BLE_LED
// Set usage of BLE connection LED (blue). Comment the line to enable LED
#define NO_BLE_LED 1
Expand Down

0 comments on commit db01825

Please sign in to comment.