Releases: ciniml/WireGuard-ESP32-Arduino
Releases · ciniml/WireGuard-ESP32-Arduino
v0.1.5: Add end() function to shutdown the WireGuard interface.
end()
function is added to the WireGuard
class to shutdown the WireGuard interface.
After shutting down the WireGuard interface, all communication is routed to the previous default interface, which is used as the underlying interface of the WireGuard interface.
v0.1.4: Add Inkplate to the target platform
v0.1.3: Implement peer destroy, support build with PlatformIO Arduino.
Merged two PRs:
- The handshake must also be destroyed during a timer reset. (#1)
- Exclude platform-specific asm files (#3)
From this release, a project which uses this library can be compiled with Platform IO Arduino backend.
@mrkeuz @ErikDoell Thanks for contribution!
v0.1.2: Add UDP example, Fix name resolution error.
- Add UDP examples for SORACOM Unified Endpoint + Orbit.
- Fix WireGuard name resolution to retry 5 times before stop working.
v0.1.1: Fix compilation error
Fix that the library fails to build due to wrong header name.
v0.1.0: Initial release
Initial release of the library.