Update src.ino

This commit is contained in:
Gregg 2021-01-24 18:53:49 -06:00
parent a9bc348822
commit 2a5d5c138b
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ void setup() {
Serial.begin(115200);
homeSpan.setLogLevel(1);
homeSpan.setHostNameSuffix("");
homeSpan.setPortNum(1200);
homeSpan.setQRID("One1");
homeSpan.begin(Category::Lighting,"HomeSpanTest");