Skip to content

Commit e8d5177

Browse files
committed
Publish to platformio
1 parent f7f11d3 commit e8d5177

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.tar.gz

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# C++ SDK for Improv Wi-Fi
22

3+
Improv is a free and open standard with ready-made SDKs that offer a great user experience to configure Wi-Fi on devices.
4+
35
## Installation
46

57
Copy the [src](src/) files into your project.
@@ -10,5 +12,4 @@ This SDK is used by ESPHome to allow setting up Wi-Fi on devices powered by ESPH
1012

1113
## TODO
1214

13-
- [ ] Add to platformio libraries
1415
- [ ] Code Documentation

library.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "Improv",
3+
"version": "1.0.0",
4+
"description": "Improv is a free and open standard with ready-made SDKs that offer a great user experience to configure Wi-Fi on devices",
5+
"keywords": "improv, wi-fi, provision",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/improv-wifi/sdk-cpp.git"
9+
},
10+
"authors": [
11+
{
12+
"name": "jesserockz"
13+
}
14+
],
15+
"license": "Apache-2.0",
16+
"homepage": "https://www.improv-wifi.com/",
17+
"dependencies": {},
18+
"frameworks": "*",
19+
"platforms": "*"
20+
}

0 commit comments

Comments
 (0)