Update src.ino

This commit is contained in:
Gregg 2024-01-08 19:46:16 -06:00
parent ffc4ae0cb2
commit 96e6f55c72
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ void setup() {
Serial.begin(115200); Serial.begin(115200);
homeSpan.setLogLevel(1); homeSpan.setLogLevel(1);
homeSpan.enableWebLog(50,"pool.ntp.org","UCT"); homeSpan.enableWebLog(50,"pool.ntp.org","UTC");
homeSpan.begin(Category::Lighting,"HomeSpan Max"); homeSpan.begin(Category::Lighting,"HomeSpan Max");