mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 01:25:38 -05:00
Expose port 80 and fix message
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user