Skip to content

Commit

Permalink
Revert "bumping up GFI_TEST_DEBOUNCE_TIME 150ms for additional time t…
Browse files Browse the repository at this point in the history
…o help preventing err G on unpause"

This reverts commit a21e29d.
  • Loading branch information
dlyubimov committed Jun 30, 2017
1 parent a21e29d commit cfcfbc5
Show file tree
Hide file tree
Showing 2 changed files with 1,433 additions and 1,433 deletions.
2 changes: 1 addition & 1 deletion Hydra_EVSE/Hydra_EVSE.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,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 150 // Delay extra time after GFCI clears to make sure it stays.
#define GFI_TEST_DEBOUNCE_TIME 50 // Delay extra time after GFCI clears to make sure it stays.

// These are the expected analogRead() ranges for pilot read-back from the cars.
// These are calculated from the expected voltages seen through the dividor network,
Expand Down
Loading

0 comments on commit cfcfbc5

Please sign in to comment.