Skip to content

Commit

Permalink
library names with version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
christiansiegel committed Apr 25, 2017
1 parent c1b1278 commit 615eed3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -47,11 +47,11 @@ make-lib.cmd # Windows
make-lib.sh # Linux
```

OR
**OR**

Download the release zip file [unabto-esp8266-sdk.zip](https://github.com/nabto/unabto-esp8266-sdk/releases)
Download the latest `unabto-esp8266-sdk-X.X.X.zip` zip library from the [releases](https://github.com/nabto/unabto-esp8266-sdk/releases) (not the *Source code (zip)*).

No matter which way, we can now add the library to the Arduino IDE via `Sketch` -> `Include Library` -> `Add .ZIP Library...` and then browse to and add the `unabto-esp8266-sdk.zip` that was just created/downloaded.
No matter which way, we can now add the library to the Arduino IDE via `Sketch` -> `Include Library` -> `Add .ZIP Library...` and then browse to and add the `unabto-esp8266-sdk-X.X.X.zip` that was just created/downloaded.

## Run the example
We can now open the [HeatPump.ino](./examples/HeatPump/HeatPump.ino) example by going to `File` -> `Examples` -> `Nabto-ESP8266` -> `HeatPump`
Expand Down

0 comments on commit 615eed3

Please sign in to comment.