mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Add Ethernet.h for WiFiSpi compatibility
This commit is contained in:
parent
b508503fcd
commit
0c176c6c3f
9
include/espspi/Ethernet.h
Normal file
9
include/espspi/Ethernet.h
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#ifndef WIFISPI_H
|
||||||
|
#define WIFISPI_H
|
||||||
|
|
||||||
|
// Glue between STM32_EthernetWebserver and WiFiSpi library
|
||||||
|
#include <WiFiSpi.h>
|
||||||
|
using EthernetClient = WiFiSpiClient; // Alias
|
||||||
|
using EthernetServer = WiFiSpiServer;
|
||||||
|
|
||||||
|
#endif
|
Loading…
x
Reference in New Issue
Block a user