Connor Nishijima
Connor Nishijima
/home/runner/Arduino/libraries/Pixie_Chroma/src/pixie_chroma_internal.cpp: In member function 'int16_t PixieChroma::calc_justification(t_justification, uint8_t)': /home/runner/Arduino/libraries/Pixie_Chroma/src/pixie_chroma_internal.cpp:3027:26: error: 'x_offset_chars' may be used uninitialized in this function [-Werror=maybe-uninitialized] return x_offset_chars * display_width; ^~~~~~~~~~~~~ cc1plus: some warnings being treated as errors...
Hmmm. Now CI is complaining about something in the FastLED dependency that isn't even hosted here. /home/runner/Arduino/libraries/FastLED/src/platforms/esp/32/clockless_rmt_esp32.cpp: In static member function 'static void ESP32RMTController::init(gpio_num_t)': /home/runner/Arduino/libraries/FastLED/src/platforms/esp/32/clockless_rmt_esp32.cpp:111:15: error: variable 'espErr' set but...
Looks like CI is running just fine now! Sorry, I didn't get a chance yesterday to test on the S2, but the solve you proposed seems to be functioning. I'll...
I just ran the exception through a ESP decoder tool, and got this: 0x40203978: __ieee754_pow at ?? line ? 0x40203819: __ieee754_pow at ?? line ? 0x402039dc: __ieee754_sqrt at ?? line...
Umm, I'm not sure how this works either! Could it weirdly be because a uint16_t is used for one and a uint8_t for the other? Definitely going in the list...
Thank you for pointing this out Andy! This will be patched in 4.1 soon, it must be in my scaling function somewhere. 🔎
I think I just figured this one out: Are you on the pre-release ESP32 board definitions inside Arduino? (v3.0.0-alpha?) Sensory Bridge Firmware was compiled using the 2.0.9 ESP32 board definitions....
**Wireless control is the central feature of the upcoming 4.0 milestone!** [Sensory Bridge firmware 3.0](https://github.com/connornishijima/SensoryBridge/releases/tag/3.0.0-beta4-bugfix) (frequency system overhaul) will officially leave beta in the next few days, and contains a...
Is this library still being maintained?