Skip to content

Commit 420d13a

Browse files
committed
Re-release 1.1.0
* Updates n-able-Arduino to version 0.2.0
1 parent a4bab1d commit 420d13a

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
## [Unreleased]
55

6-
## [1.1.0] - 2024-06-27
6+
## [1.1.0] - 2024-06-28
7+
### Changed
8+
- Updated n-able-Arduino to version 0.2.0
9+
710
### Fixed
811
- Broken nrfutil tool replaced with provided wheel using n-able-nrfutil.
912
- FPU is no longer enabled for devices that do not have one.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Apache NimBLE is an open-source Bluetooth 5.1 stack (both Host & Controller) tha
1212

1313
```ini
1414
[env]
15-
platform = https://github.com/h2zero/platform-n-able.git#1.1.0
15+
platform = https://github.com/h2zero/platform-n-able.git@^1.0.0
1616
framework = arduino
1717
lib_deps = h2zero/NimBLE-Arduino@^1.4.0
1818
board = ...

platform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"type": "git",
2121
"url": "https://github.com/h2zero/platform-n-able.git"
2222
},
23-
"version": "1.0.0",
23+
"version": "1.1.0",
2424
"frameworks": {
2525
"arduino": {
2626
"package": "framework-n-able-arduino",
@@ -31,7 +31,7 @@
3131
"framework-n-able-arduino": {
3232
"type": "framework",
3333
"optional": false,
34-
"version": "https://github.com/h2zero/n-able-Arduino.git"
34+
"version": "https://github.com/h2zero/n-able-Arduino.git@0.2.0"
3535
},
3636
"toolchain-gccarmnoneeabi": {
3737
"type": "toolchain",

0 commit comments

Comments
 (0)