Skip to content

Commit

Permalink
NCD-764: Fix maximum voltage to 3.3V
Browse files Browse the repository at this point in the history
  • Loading branch information
cybic committed Mar 6, 2024
1 parent 51cd5c6 commit b011a5c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## NEXT - UNRELEASED

EXPERIMENTAL RELEASE

### Changed

- Fix maximum voltage for nRF54L15-DKs

## 0.1.8 - UNRELEASED

EXPERIMENTAL RELEASE
Expand Down
2 changes: 1 addition & 1 deletion src/common/boards/nrf_PCA10156_0.2.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"type": "voltage",
"port": 1,
"mVmin": 1800,
"mVmax": 3000
"mVmax": 3300
}
],
"defaults": {
Expand Down
2 changes: 1 addition & 1 deletion src/common/boards/nrf_PCA10156_0.3.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"type": "voltage",
"port": 1,
"mVmin": 1800,
"mVmax": 3000
"mVmax": 3300
}
],
"defaults": {
Expand Down

0 comments on commit b011a5c

Please sign in to comment.