Add MQTTService

This commit is contained in:
2021-01-26 20:41:00 +01:00
parent 431e239377
commit bd39b41aff
4 changed files with 92 additions and 4 deletions

View File

@@ -8,9 +8,6 @@ namespace Akari.Provider.WaveshareUART
{
static void Main(string[] args)
{
// TODO
args = new[] { "-c" };
if (args.Length > 0)
{
switch (args[0])