This commit is contained in:
legop3
2025-12-17 01:13:38 -05:00
parent 67f4f014c4
commit 7b29d741b0
9 changed files with 23 additions and 96 deletions
-5
View File
@@ -52,11 +52,6 @@ func (s *SerialAdapter) SendRaw(raw []byte) error {
return nil
}
func (s *SerialAdapter) StartOI() error {
s.log.Printf("[dummy] start OI")
return nil
}
func (s *SerialAdapter) SeekDock() error {
s.log.Printf("[dummy] seek dock")
return nil