version and remove debug

This commit is contained in:
Бычков Андрей
2022-11-11 16:26:11 +03:00
parent cb59017ebb
commit 7bbffef237
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ PIVector<PICloudServer::Client *> PICloudServer::clients() const {
bool PICloudServer::openDevice() {
piCout << "PICloudServer open device" << path();
//piCout << "PICloudServer open device" << path();
bool op = eth.connect(PIEthernet::Address::resolve(path()), false);
if (op) {
eth.startThreadedRead();