Update src.ino

This commit is contained in:
Gregg 2021-06-20 15:30:25 -05:00
parent 3eb718212d
commit 2d36bb7a81
1 changed files with 4 additions and 4 deletions

View File

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