multiwii / baseflight

32 bit fork of the MultiWii RC flight controller firmware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mag_hardware reset when entering CLI

wobbletop opened this issue · comments

Enter CLI...
set mag_hardware = 3
save
exit

Then when returning to CLI, the mag_hardware is reset to zero. It should remain at whatever value it was. I couldn't find where in the code it was being reset.

Are you using latest firmware?

Yes, the latest version that added mag_hardware = 3 support.

On Mon, Nov 17, 2014 at 12:42 PM, DTFUHF notifications@github.com wrote:

Are you using latest firmware?


Reply to this email directly or view it on GitHub
#196 (comment).

Just tested with acrov5, can reproduce

can also reproduce with acc_hardware

Solution here DTFUHF@38487a7

pr here #197

Here's a test .hex you can flash, please let us know if this issue is resolved. https://raw.githubusercontent.com/DTFUHF/baseflight/mag_none_fix/obj/baseflight.hex

Yep, seems to work. mag_hardware setting isn't changed (reset) when
entering CLI.

-Walter

On Tue, Nov 18, 2014 at 9:36 AM, DTFUHF notifications@github.com wrote:

Here's a test .hex you can flash, please let us know if this issue is
resolved.
https://raw.githubusercontent.com/DTFUHF/baseflight/mag_none_fix/obj/baseflight.hex


Reply to this email directly or view it on GitHub
#196 (comment).