Skip to content

Commit

Permalink
NeoEsp8266Uart800KbpsMethod nicht länger unterstützt
Browse files Browse the repository at this point in the history
Von NeoPixelBus wird NeoEsp8266Uart800KbpsMethod nicht länger unterstützt, deshalb durch NeoEsp8266Uart1Ws2812xMethod ersetzt.
probonopd/ESP8266HueEmulator#120
  • Loading branch information
capce authored Mar 22, 2021
1 parent d381be6 commit 32f6ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AALeC.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class c_AALeC {
void dht11_mess();

int drehgeber_int = 0, drehgeber_int_alt = 0;
NeoPixelBus<NeoRgbFeature, NeoEsp8266Uart800KbpsMethod> * strip;
NeoPixelBus<NeoRgbFeature, NeoEsp8266Uart1Ws2812xMethod> * strip;
SimpleDHT11 dht11;
uint8_t temp_int, hum_int;
uint32_t last_dht11 = -1010;
Expand Down

0 comments on commit 32f6ad5

Please sign in to comment.