Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update to nRF Connect SDK v2.5.0
Browse files Browse the repository at this point in the history
coderbyheart committed Nov 29, 2023
1 parent e259a8f commit 15c3830
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:22.04 as base

ARG NCS_VERSION=v2.4.2
ARG NCS_VERSION=v2.5.0

ENV DEBIAN_FRONTEND=noninteractive

5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Thingy:91 Out-of-Box Experience Application

![Build and Release](https://github.com/hello-nrfcloud/firmware/workflows/Build%2C%20Test%2C%20Release/badge.svg)
[![@commitlint/config-conventional](https://img.shields.io/badge/%40commitlint-config--conventional-brightgreen
)](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional)
[![@commitlint/config-conventional](https://img.shields.io/badge/%40commitlint-config--conventional-brightgreen)](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional)

This project is based on the
[NCS Example Application](https://github.com/nrfconnect/ncs-example-application).
@@ -49,5 +48,5 @@ west flash
```

Please refer to the official
[Asset Tracker V2 documentation](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.4.2/nrf/applications/asset_tracker_v2/doc/asset_tracker_v2_description.html)
[Asset Tracker V2 documentation](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.5.0/nrf/applications/asset_tracker_v2/doc/asset_tracker_v2_description.html)
for details.
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
@@ -14,5 +14,5 @@ manifest:
- name: nrf
remote: ncs
repo-path: sdk-nrf
revision: v2.4.2
revision: v2.5.0
import: true

0 comments on commit 15c3830

Please sign in to comment.