Skip to content

Commit

Permalink
ms GFI restart timeout overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dlyubimov committed Sep 23, 2017
1 parent a9b2ce1 commit 60ac277
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Hydra_EVSE/Hydra_EVSE.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@

//After each GFCI event we will retry charging up to 4 times after a 15 minute
// delay per event. (UL 2231). This MUST BE bigger than ERROR_DELAY (power on high pilot withdrawal),
#define GFI_CLEAR_MS (15 * 60 * 1000)
#define GFI_CLEAR_MS (15ul * 60 * 1000)

#define GFI_CLEAR_ATTEMPTS 4

Expand Down
4 changes: 2 additions & 2 deletions Hydra_EVSE/Hydra_EVSE.ino.standard.hex
Original file line number Diff line number Diff line change
Expand Up @@ -1273,8 +1273,8 @@
:104F800072E002C06CE172E080E092E00E94533275
:104F900080E092E00E942C21C0905604D0905704EB
:104FA000E0905804F0905904C114D104E104F104D4
:104FB00071F00E94C10E9701860100561444210928
:104FC0003109061717072807390708F421C18AE9AC
:104FB00071F00E94C10E9701860100561444224FE1
:104FC0003F4F061717072807390708F421C18AE958
:104FD00093E00E9499026C01BC018AE993E00E946F
:104FE000A51C8CEC93E00E9499029F8B8E8BBC01D8
:104FF0008CEC93E00E94A51C80914A0490914B0494
Expand Down
2 changes: 2 additions & 0 deletions Hydra_EVSE/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Hydra EVSE version 2.4.2

* Bug fix: incorrect error F (CGM) registration on car A (sends to car B instead)

* Bug fix: constant overflow for ERR G restart timeout causing restart not to work for timeouts > ~1 min

Hydra EVSE version 2.4.1
========================

Expand Down

0 comments on commit 60ac277

Please sign in to comment.