File tree Expand file tree Collapse file tree 2 files changed +33
-3
lines changed
Expand file tree Collapse file tree 2 files changed +33
-3
lines changed Original file line number Diff line number Diff line change 11# # IDF Component Manager Manifest File
22version : " 2.0.0"
33license : " Apache-2.0"
4- description : " NimBLE C++ wrapper"
4+ description : " C++ wrapper for the NimBLE BLE stack"
5+ url : " https://github.com/h2zero/esp-nimble-cpp"
6+ repository : " https://github.com/h2zero/esp-nimble-cpp"
7+ maintainers :
8+ 9+ documentation : " https://h2zero.github.io/esp-nimble-cpp/"
10+ tags :
11+ - BLE
12+ - NimBLE
513dependencies :
614 espressif/esp_hosted :
715 version : " *"
@@ -11,8 +19,6 @@ dependencies:
1119 version : " *"
1220 rules :
1321 - if : " target in [esp32p4]"
14-
15- # # Required IDF version
1622 idf :
1723 version : " >=5.3.0"
1824 rules :
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " esp-nimble-cpp" ,
3+ "version" : " 2.0.0" ,
4+ "description" : " C++ wrapper for the NimBLE BLE stack" ,
5+ "keywords" : [
6+ " BLE" ,
7+ " espidf" ,
8+ " arduino" ,
9+ " espressif" ,
10+ " esp32" ,
11+ " nimble"
12+ ],
13+ "license" : " Apache-2.0" ,
14+ "repository" : {
15+ "type" : " git" ,
16+ "url" : " https://github.com/h2zero/esp-nimble-cpp"
17+ },
18+ "authors" : {
19+ "name" : " Ryan Powell" ,
20+ 21+ "url" : " https://github.com/h2zero/esp-nimble-cpp" ,
22+ "maintainer" : true
23+ }
24+ }
You can’t perform that action at this time.
0 commit comments