PICloudClient now soft stop thread when closed

last cmake changes
This commit is contained in:
2021-08-16 22:30:56 +03:00
parent 97b0b6fc0c
commit 44b9c37391
5 changed files with 24 additions and 4 deletions

View File

@@ -259,7 +259,7 @@ uint PISystemInfo::machineID() {
if (ret == 0) {
CRC_32 crc = standardCRC_32();
ret = crc.calculate(machineKey().toByteArray());
piCout << "machineID \"" << machineKey() << "\" =" << PICoutManipulators::Hex << ret;
//piCout << "machineID \"" << machineKey() << "\" =" << PICoutManipulators::Hex << ret;
}
return ret;
}