Pretty simple - I’m trying to compile a small Wireguard demo example for an ESP32 using the Arduino IDE. I can’t get past an error that says: wireguardif.c fatal error: tcpip_adapter.h no such file.
#include <WiFi.h>
#include <WireGuard-ESP32.h>
Include something else? I’m lost…
FULL CODE BELOW ...
Search found 2 matches
- Mon Jul 14, 2025 8:54 pm
- Forum: ESP32 Arduino
- Topic: Struggling to Compile ESP32 WireGuard Example Code
- Replies: 2
- Views: 600
- Thu Feb 22, 2024 10:16 pm
- Forum: General Discussion
- Topic: Arduino IDE Espnow library won't compile for ESP32 Pico D4
- Replies: 0
- Views: 900
Arduino IDE Espnow library won't compile for ESP32 Pico D4
Frustrating issue, have been using Espressif espnow successfully with Generic ESP8266 dev boards. When trying to verify/compile for a ESP32 (Pico-D4 board) the compiler flags espnow.h as a file not found, tried other ESP32 boards - same issue.
Switching back to the ESP8266 board and all is good. I ...
Switching back to the ESP8266 board and all is good. I ...