We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa3f4f commit 30adef1Copy full SHA for 30adef1
README.md
@@ -13,6 +13,22 @@ Packages for ESP8266
13
14
- Enter `http://arduino.esp8266.com/stable/package_esp8266com_index.json` into Additional Board Manager URLs field.
15
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>
32
33
## Installation
34
library.properties
@@ -1,5 +1,5 @@
1
name=AloesDevice
2
-version=0.5.0
+version=1.0.0
3
author=getlarge
4
maintainer=getlarge <[email protected]>
5
sentence=MQTT connector for Aloes
0 commit comments