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
23 stars 2 forks source link

add RSSI support back for modern IDF builds #33

Closed craiglink closed 1 month ago

craiglink commented 1 month ago

This logic is copied from QuickEspNow which looks back in memory during the callback to get data from headers that we assume are in place. It doesn't appear to work with the old 3.5 IDF, but appears to work with new builds. Will need to test across various devices, but the logic that was there is back