Skip to content

Commit

Permalink
Forking 2.4.3-dev. Bug fix: gfi_count reset on pause.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlyubimov committed Oct 24, 2017
1 parent 08e640f commit 484f1b0
Show file tree
Hide file tree
Showing 4 changed files with 1,630 additions and 1,624 deletions.
2 changes: 1 addition & 1 deletion Hydra_EVSE/Hydra_EVSE.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include "dst.h"

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

// Define this for the basic unit tests run in a generica arduino uno board with a display shield.
// #define UNIT_TESTS
Expand Down
1 change: 1 addition & 0 deletions Hydra_EVSE/Hydra_EVSE.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2062,6 +2062,7 @@ void loop()
{
// cancel all events except for relay check guarding period
timeouts.clear();
gfi_count = 0;

if (operatingMode == MODE_SEQUENTIAL)
{
Expand Down
Loading

0 comments on commit 484f1b0

Please sign in to comment.