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

Enable SITL for MacOS #2044

Merged
merged 7 commits into from
Apr 27, 2024
Merged

Enable SITL for MacOS #2044

merged 7 commits into from
Apr 27, 2024

Conversation

mmosca
Copy link
Collaborator

@mmosca mmosca commented Apr 27, 2024

Since the sitl binary for MacOS now works, we can enable Demo mode for MacOS as well. :)

Still missing Ser2TCP, but should be fixed by iNavFlight/inav#9365 and #1849

@Scavanger
Copy link
Contributor

It's great that it also runs on Macs.

Shouldn't we also activate the SITL tab then?

/tabs/sitl.js: 81

 var os = GUI.operating_system;
    if (os != 'Windows' && os != 'Linux') {

        $('.content_wrapper').find('*').remove();
        $('.content_wrapper').append(`<h2>${i18n.getMessage('sitlOSNotSupported')}</h2>`);
        
        GUI.content_ready(callback);
        return;
    }

@mmosca mmosca merged commit c81ffbd into master Apr 27, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants