-
Notifications
You must be signed in to change notification settings - Fork 5
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
2 changed files
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,5 +18,5 @@ | |
"maintainer": true, | ||
"url": "https://github.com/srwi" | ||
}, | ||
"version": "2.1.4" | ||
"version": "2.1.5" | ||
} |
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,10 +1,10 @@ | ||
name=ESPEssentials | ||
version=2.1.4 | ||
version=2.1.5 | ||
author=Stephan Rumswinkel | ||
maintainer=Stephan Rumswinkel | ||
sentence=Essentials to get you started with your ESP8266 and ESP32 projects | ||
paragraph=Library for setting up the usual features of the ESP8266/ESP32 (Serial, WiFiManager, Webserver, OTA, Web update) with only three lines of code. | ||
url=https://github.com/srwi/ESPEssentials.git | ||
category=Communication | ||
architectures=esp8266,esp32 | ||
depends=WiFiManager | ||
depends=WiFiManager (>=2.0.0) |