-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
dependencies: | ||
johboh/ConnectionHelper: | ||
#version: ">=3.0.0" | ||
#version: ">=3.0.1" | ||
# Remove path and enable version to use ConnectionHelper from repository | ||
path: ../../../../ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
{ | ||
"name": "Johan Böhlin" | ||
}, | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"license": "MIT", | ||
"repository": | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
name=ConnectionHelper | ||
version=3.0.0 | ||
version=3.0.1 | ||
author=Johan Böhlin <[email protected]> | ||
maintainer=Johan Böhlin <[email protected]> | ||
sentence=Library for setting up WiFi and OTA (Over The Air) | ||
paragraph=Library for setting up WiFi and OTA (Over The Air) | ||
paragraph=Reduce boilerplate in WiFi and OTA setup. | ||
category=Communication | ||
url=https://github.com/Johboh/ConnectionHelper | ||
architectures=esp32 | ||
repository=https://github.com/Johboh/ConnectionHelper.git | ||
license=MIT | ||
dependends= | ||
includes=OtaHelper.h,WifiHelper.h |