Kuba Marek
Kuba Marek
@doug-moen Do you have an idea of what the commutative and associative version it should look like when applied in this example? I tried to think about it a bit...
I have an idea about how to bend Inigo Quilez's exponential smin to support more than two arguments... Oh well, now I have to install curv to try it :-)
... i can't install it due to some compiler problems. What I meant was to dismantle the exponential smin into its two parts: `float res = exp( -k*a ) +...
For me this was caused by the phone not being set to "File transfer" in Android. To get this to work correctly I had to do: 1. Connect phone 2....
it would probably be best to implement traits from num_traits. [`Bounded`](https://docs.rs/num-traits/latest/num_traits/bounds/trait.Bounded.html) for this use case.
I'm not sure if it's the same problem, but with stock FW 1.42 I had to increase the modbus timeout before the library starts working for me: ``` diff --git...
For me it's about 0.3s, which feels ridiculously long. I might look at the reason and try to figure out some non-parametric way of handling the timeouts later when I...
@mdjurfeldt I wasn't able to find the firmware anywhere. The website seems to be just a static image.... Do you have a link to the firmware please? Sorry for spamming...
> Try it out with stock V1.46. They state that they did optimizations of communication. Can confirm, 0.2s worked with the newer firmware.
A feature like this would also be useful to me. From my POV the easiest / best interface would be to have an ability to feed in a json/yaml file...