Skip to content

Commit 30adef1

Browse files
committed
quick version fix
1 parent eaa3f4f commit 30adef1

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,22 @@ Packages for ESP8266
1313

1414
- Enter `http://arduino.esp8266.com/stable/package_esp8266com_index.json` into Additional Board Manager URLs field.
1515

16+
Requires the next libraries :
17+
- <FS.h>
18+
- <advancedSerial.h>
19+
- <ESP8266WiFi.h>
20+
- <ESP8266WiFiMulti.h>
21+
- <ESP8266httpUpdate.h>
22+
- <ESP8266mDNS.h>
23+
- <TimeLib.h>
24+
- <Wire.h>
25+
- <Ticker.h>
26+
- <Bounce2.h>
27+
- <PubSubClient.h>
28+
- <ESP8266HTTPClient.h>
29+
- <ESP8266WebServer.h>
30+
- <WiFiManager.h>
31+
- <ArduinoJson.h>
1632

1733
## Installation
1834

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=AloesDevice
2-
version=0.5.0
2+
version=1.0.0
33
author=getlarge
44
maintainer=getlarge <[email protected]>
55
sentence=MQTT connector for Aloes

0 commit comments

Comments
 (0)