Update src.ino
This commit is contained in:
parent
3eb718212d
commit
2d36bb7a81
|
|
@ -18,11 +18,11 @@ void setup() {
|
||||||
homeSpan.setSketchVersion("Test 1.3.1");
|
homeSpan.setSketchVersion("Test 1.3.1");
|
||||||
homeSpan.setWifiCallback(wifiEstablished);
|
homeSpan.setWifiCallback(wifiEstablished);
|
||||||
|
|
||||||
new SpanUserCommand('d',"My Description",userCom1);
|
new SpanUserCommand('d',"- My Description",userCom1);
|
||||||
new SpanUserCommand('d',"My second Description",userCom2);
|
new SpanUserCommand('e',"- My second Description",userCom2);
|
||||||
|
|
||||||
// homeSpan.enableAutoStartAP();
|
homeSpan.enableAutoStartAP();
|
||||||
// homeSpan.setApFunction(myWiFiAP);
|
homeSpan.setApFunction(myWiFiAP);
|
||||||
|
|
||||||
homeSpan.begin(Category::Lighting,"HomeSpan Lamp Server","homespan");
|
homeSpan.begin(Category::Lighting,"HomeSpan Lamp Server","homespan");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue