From 482a788f10d53af74f49a2e2cf1a4274fa432761 Mon Sep 17 00:00:00 2001 From: Vitali Date: Sat, 18 Jul 2026 11:41:01 +0700 Subject: [PATCH] chore: nest project under Arduino/WeatherPredictor Co-Authored-By: Claude Opus 4.8 --- .../WeatherPredictor}/WeatherPredictor.ino | 0 {WeatherPredictor => Arduino/WeatherPredictor}/app_settings.cpp | 0 {WeatherPredictor => Arduino/WeatherPredictor}/app_settings.h | 0 {WeatherPredictor => Arduino/WeatherPredictor}/config.h | 0 {WeatherPredictor => Arduino/WeatherPredictor}/display_ui.cpp | 0 {WeatherPredictor => Arduino/WeatherPredictor}/display_ui.h | 0 .../docs}/superpowers/plans/2026-07-17-weather-predictor.md | 0 .../superpowers/specs/2026-07-17-weather-predictor-design.md | 0 {WeatherPredictor => Arduino/WeatherPredictor}/flog.cpp | 0 {WeatherPredictor => Arduino/WeatherPredictor}/flog.h | 0 {WeatherPredictor => Arduino/WeatherPredictor}/forecast.cpp | 0 {WeatherPredictor => Arduino/WeatherPredictor}/forecast.h | 0 {WeatherPredictor => Arduino/WeatherPredictor}/history.cpp | 0 {WeatherPredictor => Arduino/WeatherPredictor}/history.h | 0 {WeatherPredictor => Arduino/WeatherPredictor}/net.cpp | 0 {WeatherPredictor => Arduino/WeatherPredictor}/net.h | 0 {WeatherPredictor => Arduino/WeatherPredictor}/rtc_time.cpp | 0 {WeatherPredictor => Arduino/WeatherPredictor}/rtc_time.h | 0 {WeatherPredictor => Arduino/WeatherPredictor}/sensors.cpp | 0 {WeatherPredictor => Arduino/WeatherPredictor}/sensors.h | 0 {WeatherPredictor => Arduino/WeatherPredictor}/state.h | 0 {WeatherPredictor => Arduino/WeatherPredictor}/web_page.h | 0 {WeatherPredictor => Arduino/WeatherPredictor}/web_server.cpp | 0 {WeatherPredictor => Arduino/WeatherPredictor}/web_server.h | 0 24 files changed, 0 insertions(+), 0 deletions(-) rename {WeatherPredictor => Arduino/WeatherPredictor}/WeatherPredictor.ino (100%) rename {WeatherPredictor => Arduino/WeatherPredictor}/app_settings.cpp (100%) rename {WeatherPredictor => Arduino/WeatherPredictor}/app_settings.h (100%) rename {WeatherPredictor => Arduino/WeatherPredictor}/config.h (100%) rename {WeatherPredictor => Arduino/WeatherPredictor}/display_ui.cpp (100%) rename {WeatherPredictor => Arduino/WeatherPredictor}/display_ui.h (100%) rename {docs => Arduino/WeatherPredictor/docs}/superpowers/plans/2026-07-17-weather-predictor.md (100%) rename {docs => Arduino/WeatherPredictor/docs}/superpowers/specs/2026-07-17-weather-predictor-design.md (100%) rename {WeatherPredictor => Arduino/WeatherPredictor}/flog.cpp (100%) rename {WeatherPredictor => Arduino/WeatherPredictor}/flog.h (100%) rename {WeatherPredictor => Arduino/WeatherPredictor}/forecast.cpp (100%) rename {WeatherPredictor => Arduino/WeatherPredictor}/forecast.h (100%) rename {WeatherPredictor => Arduino/WeatherPredictor}/history.cpp (100%) rename {WeatherPredictor => Arduino/WeatherPredictor}/history.h (100%) rename {WeatherPredictor => Arduino/WeatherPredictor}/net.cpp (100%) rename {WeatherPredictor => Arduino/WeatherPredictor}/net.h (100%) rename {WeatherPredictor => Arduino/WeatherPredictor}/rtc_time.cpp (100%) rename {WeatherPredictor => Arduino/WeatherPredictor}/rtc_time.h (100%) rename {WeatherPredictor => Arduino/WeatherPredictor}/sensors.cpp (100%) rename {WeatherPredictor => Arduino/WeatherPredictor}/sensors.h (100%) rename {WeatherPredictor => Arduino/WeatherPredictor}/state.h (100%) rename {WeatherPredictor => Arduino/WeatherPredictor}/web_page.h (100%) rename {WeatherPredictor => Arduino/WeatherPredictor}/web_server.cpp (100%) rename {WeatherPredictor => Arduino/WeatherPredictor}/web_server.h (100%) diff --git a/WeatherPredictor/WeatherPredictor.ino b/Arduino/WeatherPredictor/WeatherPredictor.ino similarity index 100% rename from WeatherPredictor/WeatherPredictor.ino rename to Arduino/WeatherPredictor/WeatherPredictor.ino diff --git a/WeatherPredictor/app_settings.cpp b/Arduino/WeatherPredictor/app_settings.cpp similarity index 100% rename from WeatherPredictor/app_settings.cpp rename to Arduino/WeatherPredictor/app_settings.cpp diff --git a/WeatherPredictor/app_settings.h b/Arduino/WeatherPredictor/app_settings.h similarity index 100% rename from WeatherPredictor/app_settings.h rename to Arduino/WeatherPredictor/app_settings.h diff --git a/WeatherPredictor/config.h b/Arduino/WeatherPredictor/config.h similarity index 100% rename from WeatherPredictor/config.h rename to Arduino/WeatherPredictor/config.h diff --git a/WeatherPredictor/display_ui.cpp b/Arduino/WeatherPredictor/display_ui.cpp similarity index 100% rename from WeatherPredictor/display_ui.cpp rename to Arduino/WeatherPredictor/display_ui.cpp diff --git a/WeatherPredictor/display_ui.h b/Arduino/WeatherPredictor/display_ui.h similarity index 100% rename from WeatherPredictor/display_ui.h rename to Arduino/WeatherPredictor/display_ui.h diff --git a/docs/superpowers/plans/2026-07-17-weather-predictor.md b/Arduino/WeatherPredictor/docs/superpowers/plans/2026-07-17-weather-predictor.md similarity index 100% rename from docs/superpowers/plans/2026-07-17-weather-predictor.md rename to Arduino/WeatherPredictor/docs/superpowers/plans/2026-07-17-weather-predictor.md diff --git a/docs/superpowers/specs/2026-07-17-weather-predictor-design.md b/Arduino/WeatherPredictor/docs/superpowers/specs/2026-07-17-weather-predictor-design.md similarity index 100% rename from docs/superpowers/specs/2026-07-17-weather-predictor-design.md rename to Arduino/WeatherPredictor/docs/superpowers/specs/2026-07-17-weather-predictor-design.md diff --git a/WeatherPredictor/flog.cpp b/Arduino/WeatherPredictor/flog.cpp similarity index 100% rename from WeatherPredictor/flog.cpp rename to Arduino/WeatherPredictor/flog.cpp diff --git a/WeatherPredictor/flog.h b/Arduino/WeatherPredictor/flog.h similarity index 100% rename from WeatherPredictor/flog.h rename to Arduino/WeatherPredictor/flog.h diff --git a/WeatherPredictor/forecast.cpp b/Arduino/WeatherPredictor/forecast.cpp similarity index 100% rename from WeatherPredictor/forecast.cpp rename to Arduino/WeatherPredictor/forecast.cpp diff --git a/WeatherPredictor/forecast.h b/Arduino/WeatherPredictor/forecast.h similarity index 100% rename from WeatherPredictor/forecast.h rename to Arduino/WeatherPredictor/forecast.h diff --git a/WeatherPredictor/history.cpp b/Arduino/WeatherPredictor/history.cpp similarity index 100% rename from WeatherPredictor/history.cpp rename to Arduino/WeatherPredictor/history.cpp diff --git a/WeatherPredictor/history.h b/Arduino/WeatherPredictor/history.h similarity index 100% rename from WeatherPredictor/history.h rename to Arduino/WeatherPredictor/history.h diff --git a/WeatherPredictor/net.cpp b/Arduino/WeatherPredictor/net.cpp similarity index 100% rename from WeatherPredictor/net.cpp rename to Arduino/WeatherPredictor/net.cpp diff --git a/WeatherPredictor/net.h b/Arduino/WeatherPredictor/net.h similarity index 100% rename from WeatherPredictor/net.h rename to Arduino/WeatherPredictor/net.h diff --git a/WeatherPredictor/rtc_time.cpp b/Arduino/WeatherPredictor/rtc_time.cpp similarity index 100% rename from WeatherPredictor/rtc_time.cpp rename to Arduino/WeatherPredictor/rtc_time.cpp diff --git a/WeatherPredictor/rtc_time.h b/Arduino/WeatherPredictor/rtc_time.h similarity index 100% rename from WeatherPredictor/rtc_time.h rename to Arduino/WeatherPredictor/rtc_time.h diff --git a/WeatherPredictor/sensors.cpp b/Arduino/WeatherPredictor/sensors.cpp similarity index 100% rename from WeatherPredictor/sensors.cpp rename to Arduino/WeatherPredictor/sensors.cpp diff --git a/WeatherPredictor/sensors.h b/Arduino/WeatherPredictor/sensors.h similarity index 100% rename from WeatherPredictor/sensors.h rename to Arduino/WeatherPredictor/sensors.h diff --git a/WeatherPredictor/state.h b/Arduino/WeatherPredictor/state.h similarity index 100% rename from WeatherPredictor/state.h rename to Arduino/WeatherPredictor/state.h diff --git a/WeatherPredictor/web_page.h b/Arduino/WeatherPredictor/web_page.h similarity index 100% rename from WeatherPredictor/web_page.h rename to Arduino/WeatherPredictor/web_page.h diff --git a/WeatherPredictor/web_server.cpp b/Arduino/WeatherPredictor/web_server.cpp similarity index 100% rename from WeatherPredictor/web_server.cpp rename to Arduino/WeatherPredictor/web_server.cpp diff --git a/WeatherPredictor/web_server.h b/Arduino/WeatherPredictor/web_server.h similarity index 100% rename from WeatherPredictor/web_server.h rename to Arduino/WeatherPredictor/web_server.h