Expose port 80 and fix message

This commit is contained in:
2021-06-14 15:57:34 -04:00
parent a52fbd0282
commit 5e8e416f55
2 changed files with 2 additions and 1 deletions

View File

@@ -96,7 +96,7 @@ namespace ChrisKaczor.HomeMonitor.Weather.SerialReader
if (!BoardStarted)
{
BoardStarted = message.Contains("Board started");
BoardStarted = message.Contains("Board starting");
if (BoardStarted)
WriteLog("Board started");