From 7147c55b5a7f0ad721a9ec939d1e7e772791abc5 Mon Sep 17 00:00:00 2001 From: Juraj Andrassy Date: Fri, 27 Mar 2020 18:22:26 +0100 Subject: [PATCH] WiFi.h for including in super libraries if the sketch includes WiFi101.h a library will include the right WiFi.h --- src/WiFi.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/WiFi.h diff --git a/src/WiFi.h b/src/WiFi.h new file mode 100644 index 00000000..08374d0d --- /dev/null +++ b/src/WiFi.h @@ -0,0 +1 @@ +#include