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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The library is self-contained and just needs the Arduino and ESP32 system librar
18
18
19
19
## Setup Instructions
20
20
21
-
Clone or download the content of this git repository into your Arduino/libraries folder and restart you IDE.
21
+
Clone or download the content of this git repository into your Arduino/libraries folder and restart your IDE.
22
22
23
23
To run the examples, you need to execute the script extras/create_cert.sh first. This script will create a simple CA to sign certificates that are used with the examples. Some notes on the usage can be found in the extras/README.md file.
24
24
@@ -144,4 +144,4 @@ By default, you need to pass control to the server explicitly. This is done by c
144
144
145
145
If you want to have the server running in the background (and not calling `loop()` by yourself every few milliseconds), you can make use of the ESP32's task feature and put the whole server in a separate task.
146
146
147
-
See the Async-Server example to see how this can be done.
147
+
See the Async-Server example to see how this can be done.
0 commit comments