2025-11-2010

This commit is contained in:
2025-11-20 18:43:43 +01:00
parent 1dbbe1f770
commit 2868166136
2 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ HardwareSerial Co2Port(1); // use UART2
int CO2Wert = -99;
char antwort[100] = {0xFF};
int range =2000;
bool readCo2Flag;
bool readCo2Flag = true;
char getCheckSum(char *packet)
{