diff --git a/examples/uptime_post/uptime_post.ino b/examples/uptime_post/uptime_post.ino index 870e684..41ce1fb 100644 --- a/examples/uptime_post/uptime_post.ino +++ b/examples/uptime_post/uptime_post.ino @@ -1,5 +1,5 @@ #include -#include +#include #include char ssid[] = "ds9"; diff --git a/library.properties b/library.properties index 324a556..6747aa5 100644 --- a/library.properties +++ b/library.properties @@ -3,8 +3,8 @@ version=0.1.0 author=Kenta Ida maintainer=Kenta Ida sentence=WireGuard implementation for Arduino ESP32 -paragraph=WireGuard implementation for Arduino ESP32 +paragraph= category=Communication url=https://github.com/ciniml/WireGuard-ESP32-Arduino -includes=WireGuard.hpp +includes=WireGuard-ESP32.h architectures=esp32 \ No newline at end of file diff --git a/src/WireGuard.hpp b/src/WireGuard-ESP32.h similarity index 100% rename from src/WireGuard.hpp rename to src/WireGuard-ESP32.h