nerdCopter
nerdCopter
i wonder if @yangyeah or @JulioCesarMatias is interested in this task? i plan to keep trying, but seems more complex than expected and doesn't look good for me.
> * If you are suffering memory issue, please use the `maximum fifo` driver > * You only need to include the `bmi270.c` or `bmi270_maximum_fifo.c` in `target.mk` thank you kind...
pinging another person (@Guidus93) (Zeez & iFlight) that may be able to help or forward to potential helpers...
@saidinesh5 , does `make EXTRA_FLAGS=-Werror test-all` work for you locally? This may or may not be external to the rust mods.
without rust installed locally, i do sill have the `test-all` rule; albeit failing obviously ``` ## emuflight-1.0.0-master-rust $ make EXTRA_FLAGS=-Werror test-all cd src/test && make test-all make[1]: Entering directory '/media/disk2/SYNC/nerdCopter-GIT/EmuFlight_nerdRepo/src/test'...
* confirmed issue on two unsoldered FC with firmware 4.3.1 (`FOXEERF405`, `PYRODRONEF7`). * `set osd_displayport_device = MAX7456` & `save` restores the Configurator option. * some issue with `= AUTO`, firmware...
* found the commit/PR that changed this behavior: commit `f53d812fc` / https://github.com/betaflight/betaflight/pull/9333 * prior commit `728acc336` shows GUI fields correctly.
it seems the firmware itself works fine (pilots still get OSD), so maybe a solution could easily be made in the configurator. https://github.com/betaflight/betaflight-configurator/blob/c3a81ca438d8123ebf3e54b47362d83ce7704af8/src/js/tabs/osd.js#L2178 returns `false`, which triggers a hide at...
https://github.com/betaflight/betaflight-configurator/pull/3062 in conjunction with https://github.com/betaflight/betaflight/pull/11931 : worked on one (2) tested FC's `foxeerf405(stm32f405)` & `pyrydronef7(stm32f7x2)`. 
line 109, ` LINE: 30,` may be removed.