Beta processing for step commands algorithm

This commit is contained in:
Robert Strouse 2023-04-24 18:59:05 -07:00
parent 39c6e08ca5
commit ae87dc1d82
3 changed files with 13 additions and 19 deletions

View file

@ -3,7 +3,7 @@
#ifndef configsettings_h
#define configsettings_h
#define FW_VERSION "v1.5.1"
#define FW_VERSION "v1.5.2beta"
enum DeviceStatus {
DS_OK = 0,
DS_ERROR = 1,