From b435f749b8f95e1017e275593097dd93136bf739 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 26 Mar 2024 00:36:44 +0900 Subject: [PATCH] Update TASKS.md Seperate -> Separate --- TASKS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TASKS.md b/TASKS.md index 4f6e4e0..8197dd6 100644 --- a/TASKS.md +++ b/TASKS.md @@ -55,7 +55,7 @@ - [ ] Can tapping the mic twice = trigger pressing the "button"? Simple sensing, just based on volume spikes? - [ ] Update Architecture - [ ] Base Devise Class - - [ ] Seperate folders for Rasberry Pi, Desktop, Droid, App, Web + - [ ] Separate folders for Rasberry Pi, Desktop, Droid, App, Web - [ ] device.py for each folder has input logic for that device - [ ] Add basic TUI to device.py. Just renders messages and lets you add messages. Can easily copy OI's TUI. - [ ] index.html for each folder has user interface for that device