You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+55-17Lines changed: 55 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@ For easy management, devices publish current status information and can be updat
10
10
11
11
## Requirements
12
12
13
-
For build, ESPer requires [Sming](https://github.com/SmingHub/Sming) to be installed. We recommend using our Docker Image (`esperhub/esper`), which already contains all required dependencies.
13
+
For build, ESPer requires [Sming](https://github.com/SmingHub/Sming) to be installed.
14
+
We recommend using our Docker Image (`esperhub/esper`), which already contains all required dependencies.
14
15
15
16
During runtime, a 2.4GHz WiFi Network with WPA or WPA2 encryption is required.
16
17
It is highly recommended to use a separated network for ESPer based devices to limit the broadcast and multicast traffic.
@@ -25,17 +26,11 @@ Depending on the features used, some services must be provided in the environmen
25
26
26
27
### Create a site directory
27
28
Create a project directory and initialize it as `git` repository:
0 commit comments