убрал лишнее в PICloudServer

This commit is contained in:
Бычков Андрей
2022-11-08 16:37:10 +03:00
parent b17510218b
commit 21fa3baf4e
3 changed files with 11 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
PICloudBase::PICloudBase() : eth(PIEthernet::TCP_Client), streampacker(&eth), tcp(&streampacker) {
eth.setDebug(false);
//eth.setDebug(false);
}