mqtt for shelve light using json protocol now -> more reliable

This commit is contained in:
Martin Bauer
2022-02-04 18:13:14 +01:00
parent 4c5db49c61
commit 42f0701c0b
5 changed files with 169 additions and 2 deletions

View File

@@ -158,7 +158,7 @@ void setupMouseLeds()
// -------------------------------------------------- Shelf Leds -------------------------------------------
LedStripRGBW<250> ledStripShelf;
LedStripRGBW<252> ledStripShelf;
Esp32DriverRGBW ledDriverShelf;
LedTask<decltype(ledStripShelf)> ledTaskShelf;