From c0fe29a204f1fa5594efda3296e4cadff7ae5e25 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Thu, 15 Aug 2024 12:09:55 -0400 Subject: [PATCH] Update todo --- TODO | 8 -------- TODO.md | 10 ++++++++++ src/custom_modules/functions.js | 0 3 files changed, 10 insertions(+), 8 deletions(-) delete mode 100644 TODO create mode 100644 TODO.md create mode 100644 src/custom_modules/functions.js diff --git a/TODO b/TODO deleted file mode 100644 index 01cb47c..0000000 --- a/TODO +++ /dev/null @@ -1,8 +0,0 @@ -Logic Goal: - -1. Start Script & Web Server -2. Await a command from the user. -3. Startup enables auger -4. If auger is enabled, run the cycle command. -5. Once per cycle, read then rewrite the config file for interoperability -6. Set feed rate based on config. \ No newline at end of file diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..c1e5710 --- /dev/null +++ b/TODO.md @@ -0,0 +1,10 @@ +# In Progress +1. Strip to bones +2. Better commenting + +# Immediate To-Do +1. Duplicate and adapt `HestiaClasses` from branch `v2-front` + +# Roadmap +1. Add control logic for automatic start and stop +2. Add wiring and sensors for safeties \ No newline at end of file diff --git a/src/custom_modules/functions.js b/src/custom_modules/functions.js new file mode 100644 index 0000000..e69de29