Skip to content

Commit

Permalink
uncomment production value
Browse files Browse the repository at this point in the history
  • Loading branch information
dlyubimov committed Jul 21, 2017
1 parent f1de5b6 commit 709625d
Showing 1 changed file with 1 addition and 1 deletion.
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 (15 * 60 * 1000)
// debug
//#define GFI_CLEAR_MS (60 * 1000)

Expand Down

0 comments on commit 709625d

Please sign in to comment.