Skip to content

Commit

Permalink
D7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lincomatic committed Jan 11, 2021
1 parent 98935cc commit 2be2fde
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions firmware/open_evse/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Change Log

20210111 SCL V7.1.1
- added ECVF_TIME_LIMIT, ECVF_CHARGE_LIMIT
- move ECVF_AMMETER_CAL to 0x8000
- revamp RapiSendEvseState()
- send if ECVF_CHANGED_TEST bits change
- don't send if currently inside a RAPI command, send it after command is completed
- $FP changes
- allow spaces in strings: if 0x01 encountered in a string, print as ' ' on LCD - ignore print request when InHardFault()

20210105 SCL V7.1.0
- merge PRs from jeremypoulter & toofishes
- Avoid using floating point in heartbeat code
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 clrBits(flags,bits) (flags &= ~(bits))

#ifndef VERSION
#define VERSION "D7.1.0"
#define VERSION "D7.1.1"
#endif // !VERSION

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

0 comments on commit 2be2fde

Please sign in to comment.