Hi, nice library! With a small change you could compile on ESP32 also: Just change the include to: `#ifdef ESP32 #include <WiFi.h> #else #include <ESP8266WiFi.h> #endif` Best Dirk