diff options
author | HampusM <hampus@hampusmat.com> | 2022-05-08 18:55:42 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-05-08 18:55:42 +0200 |
commit | 2809f92eeb8b727e20167fe82e4cb9c3627d4870 (patch) | |
tree | 06a01c862088333aa388e74dfa4381a87568bfc1 | |
parent | 3a11866cb6a8fd46d86cb6e04dc1022344ea8d45 (diff) |
chore: move most files to minion folder
-rw-r--r-- | .gitignore | 7 | ||||
-rw-r--r-- | minion/.clang-format (renamed from .clang-format) | 0 | ||||
-rw-r--r-- | minion/.clang-tidy (renamed from .clang-tidy) | 0 | ||||
-rw-r--r-- | minion/Makefile (renamed from Makefile) | 0 | ||||
-rw-r--r-- | minion/platformio.ini (renamed from platformio.ini) | 0 | ||||
-rw-r--r-- | minion/src/gymnasiearbete.cpp (renamed from src/gymnasiearbete.cpp) | 0 | ||||
-rw-r--r-- | minion/src/util.cpp (renamed from src/util.cpp) | 0 | ||||
-rw-r--r-- | minion/src/util.hpp (renamed from src/util.hpp) | 0 | ||||
-rw-r--r-- | minion/src/wifi_module.cpp (renamed from src/wifi_module.cpp) | 0 | ||||
-rw-r--r-- | minion/src/wifi_module.hpp (renamed from src/wifi_module.hpp) | 0 |
10 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,5 @@ -build .vscode -.pio -src/secrets.hpp + +minion/build +minion/.pio +minion/src/secrets.hpp diff --git a/.clang-format b/minion/.clang-format index 782b0a9..782b0a9 100644 --- a/.clang-format +++ b/minion/.clang-format diff --git a/.clang-tidy b/minion/.clang-tidy index 8a92317..8a92317 100644 --- a/.clang-tidy +++ b/minion/.clang-tidy diff --git a/Makefile b/minion/Makefile index 986833f..986833f 100644 --- a/Makefile +++ b/minion/Makefile diff --git a/platformio.ini b/minion/platformio.ini index 4bac56e..4bac56e 100644 --- a/platformio.ini +++ b/minion/platformio.ini diff --git a/src/gymnasiearbete.cpp b/minion/src/gymnasiearbete.cpp index 0e1adb5..0e1adb5 100644 --- a/src/gymnasiearbete.cpp +++ b/minion/src/gymnasiearbete.cpp diff --git a/src/util.cpp b/minion/src/util.cpp index f587781..f587781 100644 --- a/src/util.cpp +++ b/minion/src/util.cpp diff --git a/src/util.hpp b/minion/src/util.hpp index d6f7f1c..d6f7f1c 100644 --- a/src/util.hpp +++ b/minion/src/util.hpp diff --git a/src/wifi_module.cpp b/minion/src/wifi_module.cpp index 2e25dc9..2e25dc9 100644 --- a/src/wifi_module.cpp +++ b/minion/src/wifi_module.cpp diff --git a/src/wifi_module.hpp b/minion/src/wifi_module.hpp index 5a4148c..5a4148c 100644 --- a/src/wifi_module.hpp +++ b/minion/src/wifi_module.hpp |