Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

max7456 OSD module does not honor AC without a GNSS configurations #2626

Open
OpenUAS opened this issue Dec 10, 2020 · 1 comment
Open

max7456 OSD module does not honor AC without a GNSS configurations #2626

OpenUAS opened this issue Dec 10, 2020 · 1 comment

Comments

@OpenUAS
Copy link
Contributor

OpenUAS commented Dec 10, 2020

When no GNSS device is available in airframe, e.g. optical nav, or pure FPV for indi control tests, there is now an error in the max7456.c latest changes, was not there before last pull.. OSD worked well.

... /Tinyhawk_II/ap/modules/display/max7456.o: in function home_direction': ... max7456.c:356: undefined reference to gps'

etc. etc. If time is found, a scarce thing ;) will fix self...

@OpenUAS
Copy link
Contributor Author

OpenUAS commented Dec 10, 2020

As a temporary workaround ofcourse one can add even without a real GPS an module...

        <module name="gps" type="ublox"><!-- hes no GPS but it is a temp fixfor OSD module expecting GPS-->
          <configure name="GPS_BAUD" value="B460800"/>
          <configure name="GPS_PORT" value="UART2"/>
        </module>

@OpenUAS OpenUAS changed the title max7456 OSD module does not honor no GPS configurations max7456 OSD module does not honor AC without a GNSS configurations Dec 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant