Skip to content

Commit

Permalink
Publish to platformio
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Nov 16, 2021
1 parent f7f11d3 commit e8d5177
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.tar.gz
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# C++ SDK for Improv Wi-Fi

Improv is a free and open standard with ready-made SDKs that offer a great user experience to configure Wi-Fi on devices.

## Installation

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

## TODO

- [ ] Add to platformio libraries
- [ ] Code Documentation
20 changes: 20 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Improv",
"version": "1.0.0",
"description": "Improv is a free and open standard with ready-made SDKs that offer a great user experience to configure Wi-Fi on devices",
"keywords": "improv, wi-fi, provision",
"repository": {
"type": "git",
"url": "https://github.com/improv-wifi/sdk-cpp.git"
},
"authors": [
{
"name": "jesserockz"
}
],
"license": "Apache-2.0",
"homepage": "https://www.improv-wifi.com/",
"dependencies": {},
"frameworks": "*",
"platforms": "*"
}

0 comments on commit e8d5177

Please sign in to comment.