mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
removing obsolete message
This commit is contained in:
parent
e0b9388834
commit
f64b566847
1 changed files with 1 additions and 8 deletions
9
main.js
9
main.js
|
@ -38,14 +38,7 @@ $(document).ready(function() {
|
||||||
case 'Windows':
|
case 'Windows':
|
||||||
break;
|
break;
|
||||||
case 'MacOS':
|
case 'MacOS':
|
||||||
var main_chromium_version = window.navigator.appVersion.replace(/.*Chrome\/([0-9.]*).*/,"$1").split('.')[0];
|
// var main_chromium_version = window.navigator.appVersion.replace(/.*Chrome\/([0-9.]*).*/,"$1").split('.')[0];
|
||||||
|
|
||||||
if (main_chromium_version >= 33) {
|
|
||||||
GUI.log('Configurator detected that you are running Chrome / Chromium with broken <strong>Serial API</strong> which \
|
|
||||||
<strong style="color: red">breaks</strong> the communication completely on this platform');
|
|
||||||
GUI.log('You can find more about this issue on this address \
|
|
||||||
<strong>"<a href="https://code.google.com/p/chromium/issues/detail?id=337482" title="Chromium Bug Tracker" target="_blank">new serial API fails to set higher baudrate then 38400</a>"</strong>');
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
case 'ChromeOS':
|
case 'ChromeOS':
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue