Added the ability to scan frequencies from remotes.

This commit is contained in:
Robert Strouse 2023-09-20 11:34:03 -07:00
parent ea37fa0002
commit a6c7601458
6 changed files with 10 additions and 8 deletions

View file

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