Skip to content
New issue

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

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

Already on GitHub? # 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
@MrD-RC MrD-RC added this to the 8.0 milestone Nov 19, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants