additional bugfixing

This commit is contained in:
Robert Schauklies 2026-01-10 22:35:06 +01:00
parent 46ff7c865e
commit 36ab15255f
3 changed files with 64 additions and 16 deletions

View file

@ -6,9 +6,10 @@ pub enum Command{
Start,
Stop,
SendConfig,
CommandSuccess
}
#[derive(Debug)]
pub enum ErrCommand{
NoValidCmd,
READ_ERROR
ReadError
}