Cache clearing and v1.2.1 binaries

This commit is contained in:
Robert Strouse 2023-02-19 12:46:11 -08:00
parent c39f0e2ed8
commit f88e02b25c
4 changed files with 36 additions and 11 deletions

View file

@ -2,7 +2,7 @@
#ifndef configsettings_h
#define configsettings_h
#define FW_VERSION "v1.2.0"
#define FW_VERSION "v1.2.1"
enum DeviceStatus {
DS_OK = 0,
DS_ERROR = 1,