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
+4
View File
@@ -92,6 +92,10 @@ func (s *SerialAdapter) SendRaw(raw []byte) error {
return s.write(raw)
}
func (s *SerialAdapter) StartOI() error {
return s.write([]byte{128})
}
func (s *SerialAdapter) SeekDock() error {
return s.write([]byte{143})
}