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