From e350aa6723432993418a6d05f2e7275b5bee2314 Mon Sep 17 00:00:00 2001 From: Gregg Date: Sat, 3 Oct 2020 09:37:21 -0500 Subject: [PATCH] Update Settings.h --- src/Settings.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Settings.h b/src/Settings.h index 5cb72f9..b8c1ce8 100644 --- a/src/Settings.h +++ b/src/Settings.h @@ -8,6 +8,7 @@ #define HOMESPAN_VERSION "1.0.0" + ////////////////////////////////////////////////////// // DEFAULT SETTINGS // @@ -28,6 +29,7 @@ #define DEFAULT_MAX_CONNECTIONS 8 // change with homeSpan.setMaxConnections(num); + ///////////////////////////////////////////////////// // STATUS LED SETTINGS // @@ -46,6 +48,7 @@ #define LOG1(x) if(homeSpan.logLevel>0)Serial.print(x) #define LOG2(x) if(homeSpan.logLevel>1)Serial.print(x) + ////////////////////////////////////////////////////// // Types of Accessory Categories // // Reference: HAP Section 13 //