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";