Raphael Coeffic
Raphael Coeffic
> I thought all this time it was a change made on purpose ! Nope, nothing intentional here 😅
This is basically a *known issue*: the throttle warning code is pretty stupid and will only check the stick itself and ignore the throttle channel. See here: ```c++ // throttle...
> Ok, because the mixer task is not yet running? This. That would require triggering the full cycle instead of just evaluating the inputs. This code is very old and...
> only external MPM and only DSMX with telemetry. In my case Blade130S and Blade 230 smart. External MPM and Frsky X2 LBT with telemetry for example works well. Do...
> crosschecking this with my tx16s on 2.9.2 and a rm external mpm shows proper mpm sport levels with or without connection to the radio's sport pin. Yeah, maybe some...
@ParkerEde Did you try with all sensors *deleted*, meaning, you connect everything as usual, telemetry is ON, but no sensors are listed?
More like this:
I'm sorry but I cannot seem to reproduce any of this my X10, neither on `2.9.x` nor on `main`. I tried a couple pages including "Model Setup", "Outputs" and "Radio...
The base line relevant for X10 is the same. Here is the OpenTx code: ```c++ uint8_t newPosition = ROTARY_ENCODER_POSITION(); if (newPosition != rotencPosition && !(readKeys() & (1 > 1)) {...
> Any changes regarding pull up or pull down configuration of those pins or the pin speed? Not that I know of.