Results 116 comments of Wilhelm

If I configure two serials, e.g. ER8: 1. serial CRSF and 2. serial CRSF on CH8/CH7-Pins, only the 1. serial outputs RC-Channel data. The 2. serial only outputs RC-LinkStats, Telemetry...

Granted, a thing like a flight controller should use `0xc8`. But why are the other adresses not routed? I tried several of the free and occupied (like ESC or RESERVED),...

If other extended addresses than `0xc8` aren't routed, why do they exist in the first place? I would be happy if someone could either confirm my observed behaviour or otherwise...

I have to clearify that a bit: the DEVICE_INFO packet (0x29) is transported from the device via RX->TX to the handset. I can the device in the "Other devices" list...

Maybe it would be a solution to detect the radio type and use the gc to remove unused functions?

> Please do not add something like this on bw, it will make scrolling a nightmare! (And likely Colors too) On BW it should be not available (need to check...

I added the possibility to explicitly activate a _virtual control_ (input, switch). If no LUA script activates some virtual controls, they do not show up at all. A LUA script...

The complete API for the _virtual controls_ (virtual inputs, virtual switches) now comprises the following LUA functions: * `setVirtualInput()` * `getVirtualInput()` * `activateVirtualInput()` * `setVirtualSwitch()` * `getVirtualSwitch()` * `activateVirtualSwitch()`

@elecpower What does the label "needs: companion" mean?

Ok, think I need some advice here ;-) In firmware/simulator a widget _activates_ virtual sources / switches. This is to prevent littering the sources lists / switches lists with unused...