Andi Kanzler

Results 31 comments of Andi Kanzler

Great! I'm waiting for the merge of this PR, so i can get on with my wireless feature.

I have thought about this a bit and have already played with a few pieces of test code: ## Language PicoC sounds great at first, but in detail there are...

I know it and I don't like it: - I find the logic highly cumbersome (yes, I don't like it in Open/EdgeTX either). - Things that are done in one...

Why? Only F411 and F722 are out. LUA has a compiled size of approx. 120 kb, of which a few parts can be deactivated (I/O-lib, for example). With the load...

The uninstaller would also clean up and not leave any "corpses" in the user directory.

Just an idea, it is not really necessary, it is just a function for convenience.

Ok i found the issue: ``` public static Bitmap Decode(RenderTarget device, BitmapDecoder decoder) { var frame = decoder.GetFrame(0); var converter = new FormatConverter(Image.ImageFactory); foreach (var format in _pixelFormatEnumerator) { try...

Crossfire 6.13 works fine for me. Are you using crossfire over uart port on the remote or via Mavlink and Bluetooth on the crossfire module?

I think it's ready to be merged. Since I have to touch almost all files anyway, I took the opportunity to modernize the code a bit: - replaced obsolete methods...