picloud data send and receive, not tested

This commit is contained in:
2021-04-07 17:19:58 +03:00
parent fd2e0b2eed
commit 21e00e7176
5 changed files with 25 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ void PICloud::TCP::setServerName(const PIString & server_name) {
void PICloud::TCP::sendStart() {
piCout << "sendStart";
//piCout << "sendStart";
header.type = PICloud::TCP::Connect;
PIByteArray ba;
ba << header << sname;