Update Settings.h

This commit is contained in:
Gregg 2020-10-03 09:37:21 -05:00
parent 0bdeb7508d
commit e350aa6723
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#define HOMESPAN_VERSION "1.0.0" #define HOMESPAN_VERSION "1.0.0"
////////////////////////////////////////////////////// //////////////////////////////////////////////////////
// DEFAULT SETTINGS // // DEFAULT SETTINGS //
@ -28,6 +29,7 @@
#define DEFAULT_MAX_CONNECTIONS 8 // change with homeSpan.setMaxConnections(num); #define DEFAULT_MAX_CONNECTIONS 8 // change with homeSpan.setMaxConnections(num);
///////////////////////////////////////////////////// /////////////////////////////////////////////////////
// STATUS LED SETTINGS // // STATUS LED SETTINGS //
@ -46,6 +48,7 @@
#define LOG1(x) if(homeSpan.logLevel>0)Serial.print(x) #define LOG1(x) if(homeSpan.logLevel>0)Serial.print(x)
#define LOG2(x) if(homeSpan.logLevel>1)Serial.print(x) #define LOG2(x) if(homeSpan.logLevel>1)Serial.print(x)
////////////////////////////////////////////////////// //////////////////////////////////////////////////////
// Types of Accessory Categories // // Types of Accessory Categories //
// Reference: HAP Section 13 // // Reference: HAP Section 13 //