Bryan Mayland
Bryan Mayland
I've debugged this, and after any touch event, EdgeTX stops sending us `EVT_VIRTUAL_NEXT / EVT_VIRTUAL_PREV` events. I still get `EVT_VIRTUAL_EXIT / EVT_VIRTUAL_ENTER` but the scroll wheel no longer generates an...
Oh yes sorry, I need to open a EdgeTX issue for it I suppose.
It is outputting 25mW, it can't go any lower, even on 2.x. Everything displays 10mW because that's the only value actually available to the backend, but the output power is...
Just a note: this is a Configurator issue, but in master (3.0) the LBT implementation allows up to 100mW so effectively this will be resolved when that comes out. We...
I was actually playing with this yesterday using the SIYI FM30 which has integrated bluetooth. I modified my RX code to just copy the CRSF telemetry over to the bluetooth...
I've since wiped the code out but all that I did was add a second write to `CRSF::handleUARTout()`: ``` CRSF::Port.write(OutData, OutPktLen); bluetooth.write(OutData, OutPktLen); // this line is added CRSF::Port.flush(); ```...
I believe it is. I think you can also use EdgeTX Telemetry Mirror without an inverter too, on handsets that have a serial port (like the TX16S). In 2.0, there's...
> @CapnBry so as of `2.1` we should have telemetry view wifi to an app? That's the plan. To make it so when the backpack is in wifi mode it...
That's a great bunch of description, but you don't need to do quite all that. All you need to do is one line to mirror everything to the backpack UART...
Aer you using the proper external voltage divider to lower VBAT down to below 1V? Are you the person who I talked to on Discord about this? I've tested and...