Jordan S

Results 9 comments of Jordan S

Update. I remember that a while back, after updating gradle we started seeing that the 'compile' items in the `dependencies` section of our gradle file were deprecated. The recommended fix...

Good point. Is your concern just that the state mutations don't happen atomically with the current implementation? With the current implementation, if an ISR were to fire during the `cedux_run_x`...

Hi @bkgoodman. That is interesting. I ran a chain of 8 of these LEDs connected with a board that was using WiFi as well. I would see stalls in my...

@idokleinman Thanks for checking. I don't think it's necessary for you to post your code right now. I'll keep digging into it on my side. If I can find a...

The Android bluetooth stack does not like to perform multiple operations at the same time. I’ve found that things work much better if you setup your application so that the...

Hmm. That is odd. The GATT error comes from the OS, not the library, so it’s strange that ble.app works fine. Since there is not a lot of code involved...

Yeah sure. I can create a similar PR against that repo. What's the difference between mfGFX and GFX?

Any status updates on this PR? Is this not merged because it's not a serious problem?

Looks like it is still a problem. I observed the same crash today and this change resolved it.