diff --git a/tabs/sitl.js b/tabs/sitl.js index 81ef58b74..de728a640 100644 --- a/tabs/sitl.js +++ b/tabs/sitl.js @@ -79,15 +79,6 @@ TABS.sitl.initialize = (callback) => { i18n.localize(); var os = GUI.operating_system; - if (os != 'Windows' && os != 'Linux') { - - $('.content_wrapper').find('*').remove(); - $('.content_wrapper').append(`

${i18n.getMessage('sitlOSNotSupported')}

`); - - GUI.content_ready(callback); - return; - } - var currentSim, currentProfile, profiles; var mapping = new Array(28).fill(0); @@ -524,4 +515,4 @@ TABS.sitl.cleanup = (callback) => { Ser2TCP.stopPollSerialPorts(); if (callback) callback(); -}; \ No newline at end of file +};