tifoha
tifoha
I merged changes upstream into my fork. Also I fixed warnings from gradle about using Guava Concurent hash set instead of standard JDK. @ferozco Can you review my changes?
Hi! @Engineereric I'm currently working on a pet project for visual navigation, and I was also thinking about a such feature with second sbus receiver(trainer mode). You mentioned, that you...
this is a build from manufacturer of FC. But I think I can move the target to the newer version of Inav later
what is the target name? I pulled the lates master and didn't find the target for betafpvf405, there is just (BETAFPVF411, BETAFPVF435, BETAFPVF722) which one should I use for F405?
> If there is an official target, I suggest to try 7.1 first to make sure your issue is not already fixed in between. The commit seems to be the...
They defined USE_BARO in [target.h](https://github.com/BETAFPV/inav/blob/acbf44e412be30bab4de3b0a79d8ccc30f2ebb68/src/main/target/BETAFPVF405/target.h#L62), so I guess altitude telemetry should be added to scheduler in [crsf.c#initCrsfTelemetry](https://github.com/BETAFPV/inav/blob/acbf44e412be30bab4de3b0a79d8ccc30f2ebb68/src/main/telemetry/crsf.c#L534) and be processed by this method [crsf.c#processCrsf](https://github.com/BETAFPV/inav/blob/acbf44e412be30bab4de3b0a79d8ccc30f2ebb68/src/main/telemetry/crsf.c#L496) during telemetry processing cycle, but it...
Hmmm, Cannot find a valid ref in [release_7.1.0](https://github.com/iNavFlight/inav/tree/release_7.1.0) where has it gone?
Ok, I got it. @b14ckyy thaks for advice! I modify the 7.1.0 release locally and add BARO + VARIO sensor into CRSF protocol Is there a pinio_box feature in INAV7...
So I have to compile pins mapping with firmware? How to set pin on/off on one of aux switches? On Sun, Apr 7, 2024, 17:40 b14ckyy ***@***.***> wrote: > PINIO...
So I have to compile pins mapping with firmware? How to set pin on/off on one of aux switches? In Betaflight I did it with user1 mode, how it works...