Skip to content

Commit

Permalink
* GFI_TEST_DEBOUNCE_TIME 250
Browse files Browse the repository at this point in the history
* release 2.4.3
  • Loading branch information
dlyubimov committed Oct 17, 2018
1 parent 484f1b0 commit 83bf2a2
Show file tree
Hide file tree
Showing 3 changed files with 1,627 additions and 1,625 deletions.
5 changes: 3 additions & 2 deletions Hydra_EVSE/Hydra_EVSE.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
#include "dst.h"

// SW version
#define SW_VERSION "2.4.3-dev"
// #define SW_VERSION "2.4.3-dev"
#define SW_VERSION "2.4.3"

// Define this for the basic unit tests run in a generica arduino uno board with a display shield.
// #define UNIT_TESTS
Expand Down Expand Up @@ -151,7 +152,7 @@
#define GFI_TEST_CYCLES 50 // 50 cycles
#define GFI_PULSE_DURATION_MS 8000 // of roughly 60 Hz. - 8 ms as a half-cycle
#define GFI_TEST_CLEAR_TIME 100 // Takes the GFCI this long to clear
#define GFI_TEST_DEBOUNCE_TIME 400 // Delay extra time after GFCI clears to make sure it stays.
#define GFI_TEST_DEBOUNCE_TIME 250 // Delay extra time after GFCI clears to make sure it stays.

//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),
Expand Down
Loading

0 comments on commit 83bf2a2

Please sign in to comment.