Skip to content

Commit

Permalink
[bluetrum] fix v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
greedyhao committed Jan 6, 2022
1 parent 416a028 commit 7226c2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions peripherals/bluetrum_sdk/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ if PKG_USING_BLUETRUM_SDK
help
Select the package version

config PKG_USING_BLUETRUM_SDK_V003
bool "v0.0.3"
config PKG_USING_BLUETRUM_SDK_V003_FIX
bool "v0.0.3-fix"

config PKG_USING_BLUETRUM_SDK_V002
bool "v0.0.2"
Expand Down
8 changes: 4 additions & 4 deletions peripherals/bluetrum_sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"doc": "unknown",
"site": [
{
"version": "v0.0.3",
"URL": "https://github.com/BLUETRUM/bluetrum_sdk/archive/refs/tags/v0.0.3.zip",
"filename": "bluetrum-sdk-0.0.3.zip",
"VER_SHA": "v0.0.3"
"version": "v0.0.3-fix",
"URL": "https://github.com/BLUETRUM/bluetrum_sdk/archive/refs/tags/v0.0.3-fix.zip",
"filename": "bluetrum-sdk-0.0.3-fix.zip",
"VER_SHA": "v0.0.3-fix"
},
{
"version": "v0.0.2",
Expand Down

0 comments on commit 7226c2a

Please sign in to comment.