Karsten Rohrbach
Karsten Rohrbach
Looks like your catching noise on the lines. You could interpolate the measurements, as I do in one of my projects: ```C++ // Measure analog pin and return tare-corrected value...
Have you tried sending the state every loop, not every invocation of a method? ```C++ void setup() { ... Joystick.begin(false); } voice loop() { ... Joystick.sendState(); delay(10); } ``` You...
I got this too, in the calibration dialog of Windows. A quick check with `jstest` on Linux shows no erratic behaviour. I think that the calibration dialog in Windows is...
Clairv2 does not do that, AFAIK. Killing a runaway/stuck job should be in control of the CI pipeline, anyway.