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 9c0fa87 commit 2fd7cf0Copy full SHA for 2fd7cf0
examples/uptime_post/uptime_post.ino
@@ -1,5 +1,5 @@
1
#include <WiFi.h>
2
-#include <WireGuard.hpp>
+#include <WireGuard-ESP32.h>
3
#include <HTTPClient.h>
4
5
char ssid[] = "ds9";
library.properties
@@ -3,8 +3,8 @@ version=0.1.0
author=Kenta Ida
maintainer=Kenta Ida <fuga@fugafuga.org>
sentence=WireGuard implementation for Arduino ESP32
6
-paragraph=WireGuard implementation for Arduino ESP32
+paragraph=
7
category=Communication
8
url=https://github.com/ciniml/WireGuard-ESP32-Arduino
9
-includes=WireGuard.hpp
+includes=WireGuard-ESP32.h
10
architectures=esp32
src/WireGuard.hpp src/WireGuard-ESP32.hsrc/WireGuard.hpp renamed to src/WireGuard-ESP32.h
0 commit comments