auto sensor restart

This commit is contained in:
legop3
2025-12-12 22:45:19 -05:00
parent bbdecc324a
commit c07e5971f5
6 changed files with 93 additions and 2 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