Update src.ino

This commit is contained in:
Gregg 2021-05-30 13:48:28 -05:00
parent bda90c59ca
commit 83507abb41
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ void setup() {
homeSpan.setWifiCallback(wifiEstablished); homeSpan.setWifiCallback(wifiEstablished);
new SpanUserCommand('d',"My Description",userCom1); new SpanUserCommand('d',"My Description",userCom1);
new SpanUserCommand('f',"My second Description",userCom2); new SpanUserCommand('d',"My second Description",userCom2);
homeSpan.begin(Category::Lighting,"HomeSpan Lamp Server","homespan"); homeSpan.begin(Category::Lighting,"HomeSpan Lamp Server","homespan");