Skip to content

Commit

Permalink
Fixed dependencies for library
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoothy committed Mar 4, 2020
1 parent 0fa49db commit 16a7ed0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0] - 2020-03-04

### Fixed

- Fixed required dependencies

8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ The following output types are supported by the library:



## Installation

The library requires the installation of Arduino core for ESP8266. The installation guide can be found here: https://github.com/esp8266/Arduino

This library can then be installed from the Arduino library manager by going to `Tools > Manage libraries...` and searching for `UCR ESP8266` and clicking install. Make sure to install the dependency for `ArduinoJson` when prompted.



## Example usage

```c
Expand Down
4 changes: 2 additions & 2 deletions library.properties
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

0 comments on commit 16a7ed0

Please sign in to comment.