Skip to content

Commit

Permalink
add some missing vflags
Browse files Browse the repository at this point in the history
  • Loading branch information
KipK committed May 11, 2023
1 parent 30ce24a commit d92a175
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/openevse.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
#define OPENEVSE_VFLAG_SESSION_ENDED 0x0200 // used for charging session time calc
#define OPENEVSE_VFLAG_EV_CONNECTED_PREV 0x0400 // prev EV connected flag
#define OPENEVSE_VFLAG_UI_IN_MENU 0x0800 // onboard UI currently in a menu
#define OPENEVSE_VFLAG_BOOT_LOCK 0x4000 // locked at boot
#define OPENEVSE_VFLAG_MENNEKES_MANUAL 0x8000 // Mennekes lock manual mode

#if defined(AUTH_LOCK) && (AUTH_LOCK != 0)
#define OPENEVSE_VFLAG_DEFAULT ECVF_AUTH_LOCKED|ECVF_SESSION_ENDED
#else
Expand Down

0 comments on commit d92a175

Please sign in to comment.