From 8b33f61464069371d8aaf08cb20f46076d126d1a Mon Sep 17 00:00:00 2001 From: Gregg Date: Sat, 18 Sep 2021 13:59:36 -0500 Subject: [PATCH] Update src.ino --- src/src.ino | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/src.ino b/src/src.ino index 485e18d..4e2fd9f 100644 --- a/src/src.ino +++ b/src/src.ino @@ -9,6 +9,8 @@ void setup() { Serial.begin(115200); homeSpan.setLogLevel(1); + homeSpan.setStatusPin(5); + homeSpan.setControlPin(33); homeSpan.setHostNameSuffix("-lamp1"); homeSpan.setPortNum(1201); @@ -21,7 +23,7 @@ void setup() { new SpanUserCommand('d',"- My Description",userCom1); new SpanUserCommand('e',"- My second Description",userCom2); - homeSpan.enableAutoStartAP(); +// homeSpan.enableAutoStartAP(); // homeSpan.setApFunction(myWiFiAP); homeSpan.begin(Category::Lighting,"HomeSpan Lamp Server","homespan");