re-ordered vars

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2024-09-18 21:52:45 +02:00
parent f308039696
commit 0a36f9bae4

View File

@@ -41,13 +41,13 @@ define SW_VERSION "1.5"
//#define LOG_TO_SERIAL
#define SEND_485
SimpleDHT22 sensor(DHT_PIN);
boolean raw_states[8];
boolean states[8];
unsigned long capacitor[8];
unsigned long times[8];
unsigned long sensor_time = 0;
SimpleDHT22 sensor(DHT_PIN);
float temperature = 0;
float humidity = 0;
int err = SimpleDHTErrSuccess;