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.
2 parents dd94dba + 5698d34 commit eb13a99Copy full SHA for eb13a99
README.md
@@ -9,7 +9,7 @@ Almost all of this code is based on the [WireGuard Implementation for lwIP](http
9
1. Include `WireGuard.hpp` at the early part of the sketch.
10
11
```c++
12
-#include <WireGuard.hpp>
+#include <WireGuard-ESP32.h>
13
```
14
15
2. Define the instance of the `WireGuard` class at module level.
0 commit comments