From 9c2d1fa9f6fd24d2d9bc026c0a0747161ca0cb30 Mon Sep 17 00:00:00 2001 From: Boniface Bassey Date: Tue, 26 Mar 2019 22:04:37 +0100 Subject: [PATCH 1/2] switch.h corrected to Switch.h in wemos.ino --- wemos/wemos.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wemos/wemos.ino b/wemos/wemos.ino index e8333d8..ba249a7 100644 --- a/wemos/wemos.ino +++ b/wemos/wemos.ino @@ -2,7 +2,7 @@ #include #include #include -#include "switch.h" +#include "Switch.h" #include "UpnpBroadcastResponder.h" #include "CallbackFunction.h" From f6fdf5ac4b475f014a7b68ec8b81155a11be7e1c Mon Sep 17 00:00:00 2001 From: Boniface Bassey Date: Tue, 26 Mar 2019 22:14:09 +0100 Subject: [PATCH 2/2] changed #include in Switch.h and UpnpBroadcastResponder.h to #include needed in esp8266 core --- wemos/Switch.h | 2 +- wemos/UpnpBroadcastResponder.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wemos/Switch.h b/wemos/Switch.h index c58225b..32044f6 100644 --- a/wemos/Switch.h +++ b/wemos/Switch.h @@ -4,7 +4,7 @@ #include #include #include -#include +#include #include "CallbackFunction.h" diff --git a/wemos/UpnpBroadcastResponder.h b/wemos/UpnpBroadcastResponder.h index b8c8039..58a6019 100644 --- a/wemos/UpnpBroadcastResponder.h +++ b/wemos/UpnpBroadcastResponder.h @@ -3,7 +3,7 @@ #include #include -#include +#include #include "Switch.h" class UpnpBroadcastResponder {