diff --git a/src/AALeC.h b/src/AALeC.h index 113d8c5..f6f99a1 100644 --- a/src/AALeC.h +++ b/src/AALeC.h @@ -81,7 +81,7 @@ class c_AALeC { void dht11_mess(); int drehgeber_int = 0, drehgeber_int_alt = 0; - NeoPixelBus * strip; + NeoPixelBus * strip; SimpleDHT11 dht11; uint8_t temp_int, hum_int; uint32_t last_dht11 = -1010;