Skip to content

Commit

Permalink
Updates wiseconnect-wifi-bt-sdk to 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brosahay committed Oct 11, 2023
1 parent 6969077 commit 8ae356a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
[submodule "third_party/silabs/wiseconnect-wifi-bt-sdk"]
path = third_party/silabs/wiseconnect-wifi-bt-sdk
url = https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk.git
branch = 2.7.1-Matter
branch = 2.8.1
platforms = efr32,silabs_docker
[submodule "third_party/silabs/wifi_sdk"]
path = third_party/silabs/wifi_sdk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ RUN git clone --depth=1 --branch=v4.3.2 https://github.com/SiliconLabs/gecko_sdk
rm -rf .git \
&& : # last line

# Clone WiSeConnect Wi-Fi and Bluetooth Software 2.7.1-Matter (2be7a5b)
RUN git clone --depth=1 --branch=2.7.1-Matter https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk.git /tmp/wiseconnect-wifi-bt-sdk && \
# Clone WiSeConnect Wi-Fi and Bluetooth Software 2.8.1 (90f424f)
RUN git clone --depth=1 --branch=2.8.1 https://github.com/SiliconLabs/wiseconnect-wifi-bt-sdk.git /tmp/wiseconnect-wifi-bt-sdk && \
cd /tmp/wiseconnect-wifi-bt-sdk && \
rm -rf .git \
&& : # last line
Expand Down

0 comments on commit 8ae356a

Please sign in to comment.