diff --git a/src/gui/widget/weather/images/owm_01d_64px.c b/src/app/weather/images/owm_01d_64px.c similarity index 100% rename from src/gui/widget/weather/images/owm_01d_64px.c rename to src/app/weather/images/owm_01d_64px.c diff --git a/src/gui/widget/weather/images/owm_01n_64px.c b/src/app/weather/images/owm_01n_64px.c similarity index 100% rename from src/gui/widget/weather/images/owm_01n_64px.c rename to src/app/weather/images/owm_01n_64px.c diff --git a/src/gui/widget/weather/images/owm_02d_64px.c b/src/app/weather/images/owm_02d_64px.c similarity index 100% rename from src/gui/widget/weather/images/owm_02d_64px.c rename to src/app/weather/images/owm_02d_64px.c diff --git a/src/gui/widget/weather/images/owm_02n_64px.c b/src/app/weather/images/owm_02n_64px.c similarity index 100% rename from src/gui/widget/weather/images/owm_02n_64px.c rename to src/app/weather/images/owm_02n_64px.c diff --git a/src/gui/widget/weather/images/owm_03d_64px.c b/src/app/weather/images/owm_03d_64px.c similarity index 100% rename from src/gui/widget/weather/images/owm_03d_64px.c rename to src/app/weather/images/owm_03d_64px.c diff --git a/src/gui/widget/weather/images/owm_03n_64px.c b/src/app/weather/images/owm_03n_64px.c similarity index 100% rename from src/gui/widget/weather/images/owm_03n_64px.c rename to src/app/weather/images/owm_03n_64px.c diff --git a/src/gui/widget/weather/images/owm_04d_64px.c b/src/app/weather/images/owm_04d_64px.c similarity index 100% rename from src/gui/widget/weather/images/owm_04d_64px.c rename to src/app/weather/images/owm_04d_64px.c diff --git a/src/gui/widget/weather/images/owm_04n_64px.c b/src/app/weather/images/owm_04n_64px.c similarity index 100% rename from src/gui/widget/weather/images/owm_04n_64px.c rename to src/app/weather/images/owm_04n_64px.c diff --git a/src/gui/widget/weather/images/owm_09d_64px.c b/src/app/weather/images/owm_09d_64px.c similarity index 100% rename from src/gui/widget/weather/images/owm_09d_64px.c rename to src/app/weather/images/owm_09d_64px.c diff --git a/src/gui/widget/weather/images/owm_09n_64px.c b/src/app/weather/images/owm_09n_64px.c similarity index 100% rename from src/gui/widget/weather/images/owm_09n_64px.c rename to src/app/weather/images/owm_09n_64px.c diff --git a/src/gui/widget/weather/images/owm_10d_64px.c b/src/app/weather/images/owm_10d_64px.c similarity index 100% rename from src/gui/widget/weather/images/owm_10d_64px.c rename to src/app/weather/images/owm_10d_64px.c diff --git a/src/gui/widget/weather/images/owm_10n_64px.c b/src/app/weather/images/owm_10n_64px.c similarity index 100% rename from src/gui/widget/weather/images/owm_10n_64px.c rename to src/app/weather/images/owm_10n_64px.c diff --git a/src/gui/widget/weather/images/owm_11d_64px.c b/src/app/weather/images/owm_11d_64px.c similarity index 100% rename from src/gui/widget/weather/images/owm_11d_64px.c rename to src/app/weather/images/owm_11d_64px.c diff --git a/src/gui/widget/weather/images/owm_11n_64px.c b/src/app/weather/images/owm_11n_64px.c similarity index 100% rename from src/gui/widget/weather/images/owm_11n_64px.c rename to src/app/weather/images/owm_11n_64px.c diff --git a/src/gui/widget/weather/images/owm_13d_64px.c b/src/app/weather/images/owm_13d_64px.c similarity index 100% rename from src/gui/widget/weather/images/owm_13d_64px.c rename to src/app/weather/images/owm_13d_64px.c diff --git a/src/gui/widget/weather/images/owm_13n_64px.c b/src/app/weather/images/owm_13n_64px.c similarity index 100% rename from src/gui/widget/weather/images/owm_13n_64px.c rename to src/app/weather/images/owm_13n_64px.c diff --git a/src/gui/widget/weather/images/owm_50d_64px.c b/src/app/weather/images/owm_50d_64px.c similarity index 100% rename from src/gui/widget/weather/images/owm_50d_64px.c rename to src/app/weather/images/owm_50d_64px.c diff --git a/src/gui/widget/weather/images/owm_50n_64px.c b/src/app/weather/images/owm_50n_64px.c similarity index 100% rename from src/gui/widget/weather/images/owm_50n_64px.c rename to src/app/weather/images/owm_50n_64px.c diff --git a/src/gui/widget/weather/images/resolve_owm_icon.cpp b/src/app/weather/images/resolve_owm_icon.cpp similarity index 100% rename from src/gui/widget/weather/images/resolve_owm_icon.cpp rename to src/app/weather/images/resolve_owm_icon.cpp diff --git a/src/gui/widget/weather/images/resolve_owm_icon.h b/src/app/weather/images/resolve_owm_icon.h similarity index 100% rename from src/gui/widget/weather/images/resolve_owm_icon.h rename to src/app/weather/images/resolve_owm_icon.h diff --git a/src/gui/widget/weather/weather.cpp b/src/app/weather/weather.cpp similarity index 100% rename from src/gui/widget/weather/weather.cpp rename to src/app/weather/weather.cpp diff --git a/src/gui/widget/weather/weather.h b/src/app/weather/weather.h similarity index 100% rename from src/gui/widget/weather/weather.h rename to src/app/weather/weather.h diff --git a/src/gui/widget/weather/weather_fetch.cpp b/src/app/weather/weather_fetch.cpp similarity index 100% rename from src/gui/widget/weather/weather_fetch.cpp rename to src/app/weather/weather_fetch.cpp diff --git a/src/gui/widget/weather/weather_fetch.h b/src/app/weather/weather_fetch.h similarity index 100% rename from src/gui/widget/weather/weather_fetch.h rename to src/app/weather/weather_fetch.h diff --git a/src/gui/widget/weather/weather_forecast.cpp b/src/app/weather/weather_forecast.cpp similarity index 100% rename from src/gui/widget/weather/weather_forecast.cpp rename to src/app/weather/weather_forecast.cpp diff --git a/src/gui/widget/weather/weather_forecast.h b/src/app/weather/weather_forecast.h similarity index 100% rename from src/gui/widget/weather/weather_forecast.h rename to src/app/weather/weather_forecast.h diff --git a/src/gui/widget/weather/weather_setup.cpp b/src/app/weather/weather_setup.cpp similarity index 100% rename from src/gui/widget/weather/weather_setup.cpp rename to src/app/weather/weather_setup.cpp diff --git a/src/gui/widget/weather/weather_setup.h b/src/app/weather/weather_setup.h similarity index 100% rename from src/gui/widget/weather/weather_setup.h rename to src/app/weather/weather_setup.h diff --git a/src/my-ttgo-watch.ino b/src/my-ttgo-watch.ino index b109fc5..be35703 100644 --- a/src/my-ttgo-watch.ino +++ b/src/my-ttgo-watch.ino @@ -33,7 +33,7 @@ #include "hardware/motor.h" #include "hardware/wifictl.h" -#include "gui/widget/weather/weather.h" +#include "app/weather/weather.h" TTGOClass *ttgo = TTGOClass::getWatch();