You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I flashed inav 2.6.0 to Omnibus F3 FC and everything seems to work except I had to remove USE_LED_STRIP define from target.h, otherwise the FC would not boot up. Now it does but I get these validation errors in CLI:
set ledstrip_visual_beeper = ### ERROR: VALUE 148 OUT OF RANGE FOR ledstrip_visual_beeper
set vtx_halfduplex = ### ERROR: VALUE 191 OUT OF RANGE FOR vtx_halfduplex
Do you have any tips on how I could fix these errors and get 2.6.0 to work? set ledstrip_visual_beeper = OFF does nothing.
Expected behavior
"STM32 F3 flight controllers like Omnibus F3 or SP Racing F3 are deprecated and soon they will reach the end of support in INAV. INAV 2.6 will be the last release that supports F3-based boards." - so I expect that it could work if we somehow fix these two small errors?
This discussion was converted from issue #6451 on December 28, 2020 11:48.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Current Behavior
I flashed inav 2.6.0 to Omnibus F3 FC and everything seems to work except I had to remove USE_LED_STRIP define from target.h, otherwise the FC would not boot up. Now it does but I get these validation errors in CLI:
set ledstrip_visual_beeper = ### ERROR: VALUE 148 OUT OF RANGE FOR ledstrip_visual_beeper
set vtx_halfduplex = ### ERROR: VALUE 191 OUT OF RANGE FOR vtx_halfduplex
Do you have any tips on how I could fix these errors and get 2.6.0 to work? set ledstrip_visual_beeper = OFF does nothing.
Expected behavior
"STM32 F3 flight controllers like Omnibus F3 or SP Racing F3 are deprecated and soon they will reach the end of support in INAV. INAV 2.6 will be the last release that supports F3-based boards." - so I expect that it could work if we somehow fix these two small errors?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions