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
-4
View File
@@ -92,10 +92,6 @@ 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})
}