Skip to content

Commit 2fd7cf0

Browse files
committed
Check by arduino-lint
1 parent 9c0fa87 commit 2fd7cf0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/uptime_post/uptime_post.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include <WiFi.h>
2-
#include <WireGuard.hpp>
2+
#include <WireGuard-ESP32.h>
33
#include <HTTPClient.h>
44

55
char ssid[] = "ds9";

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ version=0.1.0
33
author=Kenta Ida
44
maintainer=Kenta Ida <[email protected]>
55
sentence=WireGuard implementation for Arduino ESP32
6-
paragraph=WireGuard implementation for Arduino ESP32
6+
paragraph=
77
category=Communication
88
url=https://github.com/ciniml/WireGuard-ESP32-Arduino
9-
includes=WireGuard.hpp
9+
includes=WireGuard-ESP32.h
1010
architectures=esp32
File renamed without changes.

0 commit comments

Comments
 (0)