-
Notifications
You must be signed in to change notification settings - Fork 1
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
3 changed files
with
17 additions
and
2 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
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=UCR ESP8266 | ||
version=0.1.0 | ||
version=0.2.0 | ||
author=Kai Ejler Rasmussen | ||
maintainer=Kai Ejler Rasmussen <[email protected]> | ||
sentence=Enables an ESP8266 to be used as a WiFi output device for UCR. | ||
paragraph=This handles the network communication with UCR allowing the ESP8266 to be discovered automatically using mDNS-SD. | ||
url=https://github.com/HidWizards/UCR-ESP8266 | ||
architectures=esp8266 | ||
depends=ESP8266WiFi, ESP8266mDNS, WiFiUdp, ArduinoJson | ||
depends=ArduinoJson | ||
includes=UCR.h |