From d423db51871edbbd57ed9f209ec2e49deb74fe25 Mon Sep 17 00:00:00 2001 From: Folke Date: Sat, 22 Aug 2020 19:36:08 +0200 Subject: [PATCH] CaseFixed --- .travis.yml | 2 -- WThermostat/WBecaDevice.h | 4 ++-- WThermostat/WClock.h | 4 ++-- WThermostat/WLogDevice.h | 2 +- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9b3abbd..945b5f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,6 @@ install: - pip install -U platformio - platformio upgrade --dev - platformio update - - git submodule init - - git submodule update cache: false diff --git a/WThermostat/WBecaDevice.h b/WThermostat/WBecaDevice.h index f9c086b..106425a 100644 --- a/WThermostat/WBecaDevice.h +++ b/WThermostat/WBecaDevice.h @@ -4,8 +4,8 @@ #include "Arduino.h" #include #include -#include "../lib/WAdapter/Wadapter/WDevice.h" -#include "../lib/WAdapter/Wadapter/WPage.h" +#include "../lib/WAdapter/WAdapter/WDevice.h" +#include "../lib/WAdapter/WAdapter/WPage.h" #include "WClock.h" const static char HTTP_CONFIG_SCHTAB_HEAD[] PROGMEM = R"=====( diff --git a/WThermostat/WClock.h b/WThermostat/WClock.h index d825347..1ea4a32 100644 --- a/WThermostat/WClock.h +++ b/WThermostat/WClock.h @@ -16,8 +16,8 @@ #include #include -#include "../lib/WAdapter/Wadapter/WDevice.h" -#include "../lib/WAdapter/Wadapter/WNetwork.h" +#include "../lib/WAdapter/WAdapter/WDevice.h" +#include "../lib/WAdapter/WAdapter/WNetwork.h" #include "Arduino.h" const static char* DEFAULT_NTP_SERVER = "pool.ntp.org"; diff --git a/WThermostat/WLogDevice.h b/WThermostat/WLogDevice.h index 372cad6..f6e3cba 100644 --- a/WThermostat/WLogDevice.h +++ b/WThermostat/WLogDevice.h @@ -4,7 +4,7 @@ #include "Arduino.h" #include #include -#include "../lib/WAdapter/Wadapter/WDevice.h" +#include "../lib/WAdapter/WAdapter/WDevice.h" const char* LOG_MODE_SILENT = "silent"; const char* LOG_MODE_FATAL = "fatal";