PICloud with streampacker

This commit is contained in:
2021-04-07 14:38:32 +03:00
parent fcf9f0f80e
commit 1fd9851068
13 changed files with 90 additions and 67 deletions

View File

@@ -25,6 +25,7 @@
#include "picloudtcp.h"
#include "piethernet.h"
#include "pistreampacker.h"
class PICloudBase
@@ -34,6 +35,7 @@ public:
protected:
PIEthernet eth;
PIStreamPacker streampacker;
PICloud::TCP tcp;
};