File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 22#include < WireGuard-ESP32.h>
33#include < HTTPClient.h>
44
5- char ssid[] = " ds9" ;
6- char password[] = " hogeFugapiyo" ;
5+ // WiFi configuration --- UPDATE this configuration for your WiFi AP
6+ char ssid[] = " ssid" ;
7+ char password[] = " password" ;
78
89// WireGuard configuration --- UPDATE this configuration from JSON
910char private_key[] = " (Private Key) " ; // [Interface] PrivateKey
Original file line number Diff line number Diff line change 11name =WireGuard-ESP32
2- version =0.1.0
2+ version =0.1.1
33author =Kenta Ida
44maintainer =Kenta Ida <
[email protected] >
55sentence =WireGuard implementation for Arduino ESP32
Original file line number Diff line number Diff line change 22 * WireGuard implementation for ESP32 Arduino by Kenta Ida ([email protected] ) 33 * SPDX-License-Identifier: BSD-3-Clause
44 */
5- #include " WireGuard.hpp "
5+ #include " WireGuard-ESP32.h "
66
77#include " freertos/FreeRTOS.h"
88#include " freertos/task.h"
You can’t perform that action at this time.
0 commit comments