Skip to content

Commit

Permalink
Alphatec: StatusB as default
Browse files Browse the repository at this point in the history
  • Loading branch information
premultiply committed Apr 7, 2023
1 parent 5285401 commit 40636b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charger/alphatec.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func NewAlphatec(uri, device, comset string, baudrate int, proto modbus.Protocol

wb := &Alphatec{
conn: conn,
status: api.StatusNone,
status: api.StatusB,
}

return wb, err
Expand Down

0 comments on commit 40636b8

Please sign in to comment.