ciniml / WireGuard-ESP32-Arduino

WireGuard implementation for ESP32 Arduino
Other
782 stars 60 forks source link

Unable to connect to peer by adding pre-shared key? #42

Open fspiot opened 2 months ago

fspiot commented 2 months ago

wg.begin( local_ip, private_key, endpoint_address, public_key, endpoint_port, preshared_key);

When I add the pre-shared key in the function, I can't connect to the peer. Does anyone know why?