diff --git a/include/espspi/Ethernet.h b/include/espspi/Ethernet.h new file mode 100644 index 00000000..61fc6f61 --- /dev/null +++ b/include/espspi/Ethernet.h @@ -0,0 +1,9 @@ +#ifndef WIFISPI_H +#define WIFISPI_H + +// Glue between STM32_EthernetWebserver and WiFiSpi library +#include +using EthernetClient = WiFiSpiClient; // Alias +using EthernetServer = WiFiSpiServer; + +#endif \ No newline at end of file