New
v0.1.3: Implement peer destroy, support build with PlatformIO Arduino.
Merged two PRs:
- The handshake must also be destroyed during a timer reset. (https://github.com/ciniml/WireGuard-ESP32-Arduino/pull/1)
- Exclude platform-specific asm files (https://github.com/ciniml/WireGuard-ESP32-Arduino/pull/3)
From this release, a project which uses this library can be compiled with Platform IO Arduino backend.
@mrkeuz @ErikDoell Thanks for contribution!