diff --git a/firmware/open_evse/CHANGELOG b/firmware/open_evse/CHANGELOG index 697dfe34..7511a3a6 100644 --- a/firmware/open_evse/CHANGELOG +++ b/firmware/open_evse/CHANGELOG @@ -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 diff --git a/firmware/open_evse/open_evse.h b/firmware/open_evse/open_evse.h index 9562a37e..b41fd350 100644 --- a/firmware/open_evse/open_evse.h +++ b/firmware/open_evse/open_evse.h @@ -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