David Lechner

Results 1570 comments of David Lechner

> double check the CPORT is set correctly for the port you have it connected too I tried both CAN1 and CAN2 both on the AP and in the software.

> whereas that logfile has alot of binary data that should not be there. i would guess either a AP issue, or some bad config issue Where would I check...

I tried deleting the `Documents\Mission Planner` folder (where `config.xml` is) and reinstalled Mission Planner, but no change. Still get corrupted logs.

I finally got it to connect by not connecting MAVLINK first. - If you have been to the UAVCAN screen already, restart Mission Planner, otherwise it is in a bad...

FWIW, I did mention it 😉 > #### Hardware type > > Cube Orange

No worries, I do that too.

A nice way to do this could be to add a `renderKeybindingsContainer` similar to the other render functions. The default implementation would just call `useTreeKeyboardBindings()` and custom implementations could chose...

> but at the moment you can also pretty much write custom keyboard handlers by just listening to keydown events yourself The problem I had with this is that there...

I recommend using the *nRF Connect* app.

The solution/workaround I came up with was to assign a z-index like this: ```css .monaco-editor .overflow-guard { z-index: 1; } .my-content-that-overlays-editor { z-index: 2; } .monaco-editor .overflowingContentWidget { z-index: 3;...