OPEnSLab-OSU / ednaServer

GNU Affero General Public License v3.0
4 stars 0 forks source link

Revamp Serial Monitor input #51

Open NathanJesudason opened 1 year ago

NathanJesudason commented 1 year ago

Describe the feature you'd like Currently, there's not really enough space to have the serial monitor. On top of that, there are continuous serial print messages that mess up inputs. But if we fully separate out serial input into the component test mode, then we might be able to get away with removing those print messages and remove some other features (maybe refactoring NowTask??).

What is the scenario where someone would want this feature? This would mostly an internal tool, allowing us to easily test components and see the state of the machine.

NathanJesudason commented 1 year ago

Add flow sensor enabling into component test mode, enable flow sensor measuring by default

NathanJesudason commented 1 year ago

Try to make task creation fairly easy?