From 6c3b2d6fdbc19fc824ca9942efff89b3167958db Mon Sep 17 00:00:00 2001 From: sharandac Date: Wed, 29 Jul 2020 08:16:30 +0200 Subject: [PATCH] neu ordnung der verzeichnisstruktur --- src/{gui/widget => app}/weather/images/owm_01d_64px.c | 0 src/{gui/widget => app}/weather/images/owm_01n_64px.c | 0 src/{gui/widget => app}/weather/images/owm_02d_64px.c | 0 src/{gui/widget => app}/weather/images/owm_02n_64px.c | 0 src/{gui/widget => app}/weather/images/owm_03d_64px.c | 0 src/{gui/widget => app}/weather/images/owm_03n_64px.c | 0 src/{gui/widget => app}/weather/images/owm_04d_64px.c | 0 src/{gui/widget => app}/weather/images/owm_04n_64px.c | 0 src/{gui/widget => app}/weather/images/owm_09d_64px.c | 0 src/{gui/widget => app}/weather/images/owm_09n_64px.c | 0 src/{gui/widget => app}/weather/images/owm_10d_64px.c | 0 src/{gui/widget => app}/weather/images/owm_10n_64px.c | 0 src/{gui/widget => app}/weather/images/owm_11d_64px.c | 0 src/{gui/widget => app}/weather/images/owm_11n_64px.c | 0 src/{gui/widget => app}/weather/images/owm_13d_64px.c | 0 src/{gui/widget => app}/weather/images/owm_13n_64px.c | 0 src/{gui/widget => app}/weather/images/owm_50d_64px.c | 0 src/{gui/widget => app}/weather/images/owm_50n_64px.c | 0 src/{gui/widget => app}/weather/images/resolve_owm_icon.cpp | 0 src/{gui/widget => app}/weather/images/resolve_owm_icon.h | 0 src/{gui/widget => app}/weather/weather.cpp | 0 src/{gui/widget => app}/weather/weather.h | 0 src/{gui/widget => app}/weather/weather_fetch.cpp | 0 src/{gui/widget => app}/weather/weather_fetch.h | 0 src/{gui/widget => app}/weather/weather_forecast.cpp | 0 src/{gui/widget => app}/weather/weather_forecast.h | 0 src/{gui/widget => app}/weather/weather_setup.cpp | 0 src/{gui/widget => app}/weather/weather_setup.h | 0 src/my-ttgo-watch.ino | 2 +- 29 files changed, 1 insertion(+), 1 deletion(-) rename src/{gui/widget => app}/weather/images/owm_01d_64px.c (100%) rename src/{gui/widget => app}/weather/images/owm_01n_64px.c (100%) rename src/{gui/widget => app}/weather/images/owm_02d_64px.c (100%) rename src/{gui/widget => app}/weather/images/owm_02n_64px.c (100%) rename src/{gui/widget => app}/weather/images/owm_03d_64px.c (100%) rename src/{gui/widget => app}/weather/images/owm_03n_64px.c (100%) rename src/{gui/widget => app}/weather/images/owm_04d_64px.c (100%) rename src/{gui/widget => app}/weather/images/owm_04n_64px.c (100%) rename src/{gui/widget => app}/weather/images/owm_09d_64px.c (100%) rename src/{gui/widget => app}/weather/images/owm_09n_64px.c (100%) rename src/{gui/widget => app}/weather/images/owm_10d_64px.c (100%) rename src/{gui/widget => app}/weather/images/owm_10n_64px.c (100%) rename src/{gui/widget => app}/weather/images/owm_11d_64px.c (100%) rename src/{gui/widget => app}/weather/images/owm_11n_64px.c (100%) rename src/{gui/widget => app}/weather/images/owm_13d_64px.c (100%) rename src/{gui/widget => app}/weather/images/owm_13n_64px.c (100%) rename src/{gui/widget => app}/weather/images/owm_50d_64px.c (100%) rename src/{gui/widget => app}/weather/images/owm_50n_64px.c (100%) rename src/{gui/widget => app}/weather/images/resolve_owm_icon.cpp (100%) rename src/{gui/widget => app}/weather/images/resolve_owm_icon.h (100%) rename src/{gui/widget => app}/weather/weather.cpp (100%) rename src/{gui/widget => app}/weather/weather.h (100%) rename src/{gui/widget => app}/weather/weather_fetch.cpp (100%) rename src/{gui/widget => app}/weather/weather_fetch.h (100%) rename src/{gui/widget => app}/weather/weather_forecast.cpp (100%) rename src/{gui/widget => app}/weather/weather_forecast.h (100%) rename src/{gui/widget => app}/weather/weather_setup.cpp (100%) rename src/{gui/widget => app}/weather/weather_setup.h (100%) 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();