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 (except for the _Self-Signed-Certificates_ example), 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
@@ -176,4 +176,4 @@ build_flags =
176
176
-DHTTPS_DISABLE_SELFSIGNING
177
177
```
178
178
179
-
Note the `-D` in front of the actual flag name, that passes this flag as a definition to the preprocessor. Multiple flags can be added one per line.
179
+
Note the `-D` in front of the actual flag name, that passes this flag as a definition to the preprocessor. Multiple flags can be added one per line.
0 commit comments