SteveEisner / WLEDtubes

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
https://kno.wled.ge
MIT License
25 stars 2 forks source link

singletons to by reference #37

Closed craiglink closed 2 months ago

craiglink commented 2 months ago

reduce unnecessary use of heap to create some singleton objects and instead use them by reference and appropriately used a const reference in the debug class