Skip to content

Commit

Permalink
Revert "EVSE DIN: increase timeout (#6217)" (#16299)
Browse files Browse the repository at this point in the history
This reverts commit bd236d7.
  • Loading branch information
RTTTC authored Oct 5, 2024
1 parent bed11f3 commit 2a811e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions charger/evsedin.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ func NewEvseDIN(uri, device, comset string, baudrate int, proto modbus.Protocol,
}

conn.Logger(log.TRACE)
conn.Timeout(2000 * time.Millisecond)
conn.Delay(300 * time.Millisecond)
conn.Delay(200 * time.Millisecond)

evse := &EvseDIN{
conn: conn,
Expand Down

0 comments on commit 2a811e9

Please sign in to comment.