Skip to content

Commit fee3577

Browse files
committed
Update framework
1 parent 0bad21f commit fee3577

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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
15+
platform = n-able
1616
framework = arduino
1717
lib_deps = h2zero/NimBLE-Arduino@^1.4.0
1818
board = ...

builder/frameworks/arduino/nrf5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
platform = env.PioPlatform()
2929
board = env.BoardConfig()
3030

31-
FRAMEWORK_DIR = platform.get_package_dir("framework-n-able")
31+
FRAMEWORK_DIR = platform.get_package_dir("framework-n-able-arduino")
3232
assert isdir(FRAMEWORK_DIR)
3333

3434
env.Append(

platform.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"type": "git",
2121
"url": "https://github.com/h2zero/platform-n-able.git"
2222
},
23-
"version": "0.1.0",
23+
"version": "1.0.0",
2424
"frameworks": {
2525
"arduino": {
26-
"package": "framework-n-able",
26+
"package": "framework-n-able-arduino",
2727
"script": "builder/frameworks/arduino/nrf5.py"
2828
}
2929
},
3030
"packages": {
31-
"framework-n-able": {
31+
"framework-n-able-arduino": {
3232
"type": "framework",
3333
"optional": false,
3434
"version": "https://github.com/h2zero/n-able-Arduino.git"

0 commit comments

Comments
 (0)