nerdCopter

Results 342 comments of nerdCopter

i looked at the gui code for the old issue. `src/js/tabs/receiver.js` line ~258 transfers the gui value into the variable `RSSI_CONFIG.channel = parseInt($('select[name="rssi_channel"]').val());` then line ~267 saves with `MSP.send_message(MSPCodes.MSP_SET_RSSI_CONFIG, mspHelper.crunch(MSPCodes.MSP_SET_RSSI_CONFIG),...

We are an extremely small dev group and are slow to look at all the issues. This issue should remain open until definitively reviewed/confirmed/fixed. Unsure if anyone in our testing...

@KnzHz Can you confirm the following: FIRMWARE-ISRM: **_# 7._** To be compatible with v2.1.x ACCST firmware for ACCST D16 mode.Note: Please update the firmware of all your radios(latest openTx or...

Thank you for the troubleshooting. I was told that if it is bound on BeF, then it would remain bound for Emu. I'll leave open, if you solve, please let...

very good info. as you said, yes there are many file changes. if it were simple, it could make it into 0.3.x, but i think these things will have to...

What version are you running? i think there was baro calculation fix in dev versions, not yet released. do you know about the dev-master builds?

> Unrelated to issue, but line 49: `#define GYRO_2_EXTI_PIN PC13` needs to be changed to `#define GYRO_2_EXTI_PIN PB2` to match config assignments. okay, then it should be separate PR and...

@MATH3U5 , you could try this... no guarantees. I hard-coded those resources you listed. if it works, this is **not** really a solution that we can merge to master-code. [EmuFlight_0.4.0_MATEKF411_Build_uncommitted_20210915CDT__hard_coded_baro.hex.zip](https://github.com/emuflight/EmuFlight/files/7172867/EmuFlight_0.4.0_MATEKF411_Build_uncommitted_20210915CDT__hard_coded_baro.hex.zip)...

@MATH3U5 , Do you think this code is valid for only your issue, or should it be part of master-code? if the latter, then could you make a pull-request with...

i wonder if _both_ I2C1 & i2C2 could be defined at the same time, would this also solve the problem? @Kaiowarez , any insight on this?