From 8714ef4ec66d93420c70618977a3cacae2a5dba3 Mon Sep 17 00:00:00 2001 From: YuruC3 <98943911+YuruC3@@users.noreply.github.com> Date: Thu, 8 May 2025 09:41:23 +0200 Subject: [PATCH] added .gitignore in root. Moved stuff --- .gitignore | 2 ++ .../.gitignore | 0 .../STM32F103C6T6.jpg | Bin .../STM32F103C8T6.webp | Bin .../include/README | 0 .../lib/README | 0 .../platformio.ini | 0 .../src/main.cpp | 0 .../test/README | 0 .../versions/main.bck.cpp | 0 .../versions/main.dht22.cpp | 0 STM32_MD1200_FAN-CONTROL/.vscode/extensions.json | 10 ---------- ...ot_AKAcommands.md => _devils_boot_AKAcommands.md | 0 STM32_MD1200_FAN-CONTROL/other/info.md => info.md | 0 STM32_MD1200_FAN-CONTROL/other/links.md => links.md | 0 .../other/outputs.md => outputs.md | 0 16 files changed, 2 insertions(+), 10 deletions(-) create mode 100644 .gitignore rename {STM32_MD1200_FAN-CONTROL => STM32_CONTROL}/.gitignore (100%) rename {STM32_MD1200_FAN-CONTROL => STM32_CONTROL}/STM32F103C6T6.jpg (100%) rename {STM32_MD1200_FAN-CONTROL => STM32_CONTROL}/STM32F103C8T6.webp (100%) rename {STM32_MD1200_FAN-CONTROL => STM32_CONTROL}/include/README (100%) rename {STM32_MD1200_FAN-CONTROL => STM32_CONTROL}/lib/README (100%) rename {STM32_MD1200_FAN-CONTROL => STM32_CONTROL}/platformio.ini (100%) rename {STM32_MD1200_FAN-CONTROL => STM32_CONTROL}/src/main.cpp (100%) rename {STM32_MD1200_FAN-CONTROL => STM32_CONTROL}/test/README (100%) rename {STM32_MD1200_FAN-CONTROL => STM32_CONTROL}/versions/main.bck.cpp (100%) rename {STM32_MD1200_FAN-CONTROL => STM32_CONTROL}/versions/main.dht22.cpp (100%) delete mode 100644 STM32_MD1200_FAN-CONTROL/.vscode/extensions.json rename STM32_MD1200_FAN-CONTROL/other/_devils_boot_AKAcommands.md => _devils_boot_AKAcommands.md (100%) rename STM32_MD1200_FAN-CONTROL/other/info.md => info.md (100%) rename STM32_MD1200_FAN-CONTROL/other/links.md => links.md (100%) rename STM32_MD1200_FAN-CONTROL/other/outputs.md => outputs.md (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..25f464c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +STM32_CONTROL/.vscode +STM32_CONTROL/.pio \ No newline at end of file diff --git a/STM32_MD1200_FAN-CONTROL/.gitignore b/STM32_CONTROL/.gitignore similarity index 100% rename from STM32_MD1200_FAN-CONTROL/.gitignore rename to STM32_CONTROL/.gitignore diff --git a/STM32_MD1200_FAN-CONTROL/STM32F103C6T6.jpg b/STM32_CONTROL/STM32F103C6T6.jpg similarity index 100% rename from STM32_MD1200_FAN-CONTROL/STM32F103C6T6.jpg rename to STM32_CONTROL/STM32F103C6T6.jpg diff --git a/STM32_MD1200_FAN-CONTROL/STM32F103C8T6.webp b/STM32_CONTROL/STM32F103C8T6.webp similarity index 100% rename from STM32_MD1200_FAN-CONTROL/STM32F103C8T6.webp rename to STM32_CONTROL/STM32F103C8T6.webp diff --git a/STM32_MD1200_FAN-CONTROL/include/README b/STM32_CONTROL/include/README similarity index 100% rename from STM32_MD1200_FAN-CONTROL/include/README rename to STM32_CONTROL/include/README diff --git a/STM32_MD1200_FAN-CONTROL/lib/README b/STM32_CONTROL/lib/README similarity index 100% rename from STM32_MD1200_FAN-CONTROL/lib/README rename to STM32_CONTROL/lib/README diff --git a/STM32_MD1200_FAN-CONTROL/platformio.ini b/STM32_CONTROL/platformio.ini similarity index 100% rename from STM32_MD1200_FAN-CONTROL/platformio.ini rename to STM32_CONTROL/platformio.ini diff --git a/STM32_MD1200_FAN-CONTROL/src/main.cpp b/STM32_CONTROL/src/main.cpp similarity index 100% rename from STM32_MD1200_FAN-CONTROL/src/main.cpp rename to STM32_CONTROL/src/main.cpp diff --git a/STM32_MD1200_FAN-CONTROL/test/README b/STM32_CONTROL/test/README similarity index 100% rename from STM32_MD1200_FAN-CONTROL/test/README rename to STM32_CONTROL/test/README diff --git a/STM32_MD1200_FAN-CONTROL/versions/main.bck.cpp b/STM32_CONTROL/versions/main.bck.cpp similarity index 100% rename from STM32_MD1200_FAN-CONTROL/versions/main.bck.cpp rename to STM32_CONTROL/versions/main.bck.cpp diff --git a/STM32_MD1200_FAN-CONTROL/versions/main.dht22.cpp b/STM32_CONTROL/versions/main.dht22.cpp similarity index 100% rename from STM32_MD1200_FAN-CONTROL/versions/main.dht22.cpp rename to STM32_CONTROL/versions/main.dht22.cpp diff --git a/STM32_MD1200_FAN-CONTROL/.vscode/extensions.json b/STM32_MD1200_FAN-CONTROL/.vscode/extensions.json deleted file mode 100644 index 080e70d..0000000 --- a/STM32_MD1200_FAN-CONTROL/.vscode/extensions.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - // See http://go.microsoft.com/fwlink/?LinkId=827846 - // for the documentation about the extensions.json format - "recommendations": [ - "platformio.platformio-ide" - ], - "unwantedRecommendations": [ - "ms-vscode.cpptools-extension-pack" - ] -} diff --git a/STM32_MD1200_FAN-CONTROL/other/_devils_boot_AKAcommands.md b/_devils_boot_AKAcommands.md similarity index 100% rename from STM32_MD1200_FAN-CONTROL/other/_devils_boot_AKAcommands.md rename to _devils_boot_AKAcommands.md diff --git a/STM32_MD1200_FAN-CONTROL/other/info.md b/info.md similarity index 100% rename from STM32_MD1200_FAN-CONTROL/other/info.md rename to info.md diff --git a/STM32_MD1200_FAN-CONTROL/other/links.md b/links.md similarity index 100% rename from STM32_MD1200_FAN-CONTROL/other/links.md rename to links.md diff --git a/STM32_MD1200_FAN-CONTROL/other/outputs.md b/outputs.md similarity index 100% rename from STM32_MD1200_FAN-CONTROL/other/outputs.md rename to outputs.md