Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add some missing vflags #9

Merged
merged 1 commit into from
May 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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