mirror of
https://github.com/nonoo/kappanhang.git
synced 2025-12-06 08:02:00 +01:00
Add missing pkt0 init
This commit is contained in:
parent
ffd14d6a2a
commit
cfebb9e139
|
|
@ -232,6 +232,7 @@ func (s *serialStream) init(devName string) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
s.common.pkt7.startPeriodicSend(&s.common, 1, false)
|
s.common.pkt7.startPeriodicSend(&s.common, 1, false)
|
||||||
|
s.common.pkt0.init(&s.common)
|
||||||
s.common.pkt0.startPeriodicSend(&s.common)
|
s.common.pkt0.startPeriodicSend(&s.common)
|
||||||
|
|
||||||
if err := s.sendOpenClose(false); err != nil {
|
if err := s.sendOpenClose(false); err != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue