File tree Expand file tree Collapse file tree
builder/frameworks/arduino Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1616framework = arduino
1717lib_deps = h2zero/NimBLE-Arduino@^1.4.0
1818board = ...
Original file line number Diff line number Diff line change 2828platform = env .PioPlatform ()
2929board = env .BoardConfig ()
3030
31- FRAMEWORK_DIR = platform .get_package_dir ("framework-n-able" )
31+ FRAMEWORK_DIR = platform .get_package_dir ("framework-n-able-arduino " )
3232assert isdir (FRAMEWORK_DIR )
3333
3434env .Append (
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments