Add TcpService

This commit is contained in:
2021-06-03 14:40:30 +02:00
parent a04c841225
commit 2b2e40a967
3 changed files with 55 additions and 10 deletions

View File

@@ -51,7 +51,7 @@ namespace Akari.Provider.WaveshareUART
{
InitSensor();
new MQTTService().Start();
new TcpService().Start();
}
}
}