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");