mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-04-05 06:25:18 +00:00
Fix hanging exec cmd instances, rework exec cmdline args
This commit is contained in:
parent
47a22e5cce
commit
c98f1bd7a8
6 changed files with 93 additions and 59 deletions
|
|
@ -259,9 +259,8 @@ func (s *controlStream) handleRead(r []byte) error {
|
|||
statusLog.startPeriodicPrint()
|
||||
|
||||
startCmdIfNeeded()
|
||||
if enableSerialDevice {
|
||||
startSerialPortCmdIfNeeded()
|
||||
}
|
||||
startSerialPortCmdIfNeeded()
|
||||
startRigctldCmdIfNeeded()
|
||||
}
|
||||
}
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue