Cyborg-Squirrel

Results 3 comments of Cyborg-Squirrel

I'm running into this error when I open a WebSocket, but a different number. It happens when running my Kotlin code or when I attempt to open a WebSocket using...

@rbergen thank you for the quick response! The code snippet is from [this class](https://github.com/Cyborg-Squirrel/color-composer/blob/main/src/main/kotlin/io/cyborgsquirrel/lighting/job/WebSocketJob.kt#L269) Here are the values stored in the clients table in the Postgres database to give you...

Using your changes also solved the bug. ``` virtual void Draw(LEDStripEffect* owner) { auto pGFX = owner->g(0); const int ledCount = static_cast(pGFX->GetLEDCount()); static CHSV hsv; hsv.val = 255; hsv.sat =...