mirror of
https://github.com/revspace/operame
synced 2024-12-04 13:47:29 +00:00
Remove debug printf
This commit is contained in:
parent
420868585d
commit
49a624d358
@ -250,7 +250,6 @@ int aqc_get_co2() {
|
||||
}
|
||||
uint8_t checksum = 255;
|
||||
for (int i = 0; i < sizeof(response) - 1; i++) {
|
||||
Serial.printf("%02x %d\n", response[i], response[i]);
|
||||
checksum -= response[i];
|
||||
}
|
||||
if (response[8] == checksum) {
|
||||
|
Loading…
Reference in New Issue
Block a user