Štěpán Dalecký

Results 7 issues of Štěpán Dalecký

Add MSP support for Ghost Need new Ghost FW v1.0.6.0+ BF: https://github.com/betaflight/betaflight/pull/11242 ETX: https://github.com/EdgeTX/edgetx/pull/1377

needs coordination with firmware
RN: IMPROVEMENT

Add MSP support for Ghost Need new Ghost FW v1.0.6.0+ ETX: https://github.com/EdgeTX/edgetx/pull/1377 LUA: https://github.com/betaflight/betaflight-tx-lua-scripts/pull/419 Thanks to @klutvott123 for helping me FYI: @TheIsotopes @tonycake

Testing Required
RN: IMPROVEMENT

Tune huffman table to save nearly 500B Huffman table is used here: ``` #ifdef USE_FLASHFS } else if (cmdMSP == MSP_DATAFLASH_READ) { mspFcDataFlashReadCommand(dst, src); ret = MSP_RESULT_ACK; #endif ``` but...

RN: IMPROVEMENT

Use laggedMovingAverage where possible.

Rebase Required
RN: REFACTORING

Make Cppcheck happier and fix some bugs Feedback and testing welcome. Issues: PR (-208) ``` 200 HIGH 14 WARNING 4412 LOW ==== 4626 SUM ``` Master ``` 212 HIGH 36...

Rebase Required
RN: IMPROVEMENT

LowPass filter unification

For Discussion
Don't Merge

**Describe the bug**: cert-manager set don't fragment (DF) bit which results in timeout during certificate requests ``` E0711 13:28:26.878407 1 controller.go:162] "re-queuing item due to error processing" err="Post \"https://acme-v02.api.letsencrypt.org/acme/new-acct\": net/http:...

kind/bug