compile fixes

This commit is contained in:
proddy
2019-05-09 08:15:25 +02:00
parent 788441b2df
commit 5bcd6f7db6
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@
#define EMS_VALUE_INT_ON 1 // boolean true
#define EMS_VALUE_INT_OFF 0 // boolean false
#define EMS_VALUE_INT_NOTSET 0xFF // for 8-bit ints
#define EMS_VALUE_SHORT_NOTSET 0x8000 // for 2-byte shorts
#define EMS_VALUE_SHORT_NOTSET 0xFFFF // for 2-byte signed shorts
#define EMS_VALUE_LONG_NOTSET 0xFFFFFF // for 3-byte longs
#define EMS_THERMOSTAT_WRITE_YES true