This commit is contained in:
legop3
2025-12-17 01:33:31 -05:00
parent 7b29d741b0
commit fb7ecec17e
5 changed files with 93 additions and 6 deletions
+5
View File
@@ -52,6 +52,11 @@ 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