Skip to content

Commit

Permalink
D4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lincomatic committed Dec 8, 2017
1 parent ee0f1b3 commit 6ce7b0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions firmware/open_evse/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Change Log

D4.11.0 20171207 SCL
- rewrite Gfi::SelfTest() so that it doesn't hang when the test pin has hardware failure
- clear elapsed charging time only when EV is disconnected and then reconnected (previously would reset every time charging stopped)


D4.10.4 20171121 SCL
- rewrite KWH_RECORDING code - class EnergyMeter
-> fix usage counting bug.. was erroneously assuming 1sec intervals
Expand Down
2 changes: 1 addition & 1 deletion firmware/open_evse/open_evse.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#define setBits(flags,bits) (flags |= (bits))
#define clrBits(flags,bits) (flags &= ~(bits))

#define VERSION "D4.10.4"
#define VERSION "D4.11.0"

#include "Language_default.h" //Default language should always be included as bottom layer

Expand Down

0 comments on commit 6ce7b0b

Please sign in to comment.