Improve workflows for GitOTA.

This commit is contained in:
Robert Strouse 2023-12-30 10:55:15 -08:00
parent 51fd2e9174
commit a944772f96
11 changed files with 103 additions and 47 deletions

View file

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