mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 11:02:12 +01:00
v1.5.3 - Filter invalid frames
* Added filters for 0 address and undefined command references.
This commit is contained in:
parent
1dbb2f4434
commit
56aabfd1d1
5 changed files with 5 additions and 5 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#ifndef configsettings_h
|
||||
#define configsettings_h
|
||||
|
||||
#define FW_VERSION "v1.5.2"
|
||||
#define FW_VERSION "v1.5.3"
|
||||
enum DeviceStatus {
|
||||
DS_OK = 0,
|
||||
DS_ERROR = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue