Skip to content

Commit

Permalink
[update] the default version for rw007. (RT-Thread#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangxistu authored Mar 2, 2022
1 parent c6cc5e5 commit d13fe4e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions iot/WiFi/rw007/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ if PKG_USING_RW007
prompt "version"
help
Select the wiced wifi version
default PKG_USING_RW007_V111
default PKG_USING_RW007_V201

config PKG_USING_RW007_V201
bool "v2.0.1"

config PKG_USING_RW007_V200
bool "v2.0.0"

config PKG_USING_RW007_V111
bool "v1.1.1"
Expand All @@ -29,12 +35,6 @@ if PKG_USING_RW007
config PKG_USING_RW007_V100
bool "v1.0.0"

config PKG_USING_RW007_V200
bool "v2.0.0"

config PKG_USING_RW007_V201
bool "v2.0.1"

config PKG_USING_RW007_LATEST_VERSION
bool "latest"
endchoice
Expand Down

0 comments on commit d13fe4e

Please sign in to comment.