Fix login for username/password #108

This commit is contained in:
Robert Strouse 2023-07-20 11:10:04 -07:00
parent 120f6be664
commit 7f4cc19914
6 changed files with 22 additions and 14 deletions

View file

@ -3,7 +3,7 @@
#ifndef configsettings_h
#define configsettings_h
#define FW_VERSION "v2.0.2"
#define FW_VERSION "v2.0.3"
enum DeviceStatus {
DS_OK = 0,
DS_ERROR = 1,