Skip to content

Commit 22912de

Browse files
committed
UX: Add extension compatibility note
1 parent 0fcfb62 commit 22912de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/js/utils/checkBrowserCompatibility.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ export function checkBrowserCompatibility() {
100100

101101
let errorMessage = "";
102102
if (!isChromium) {
103-
errorMessage = "Betaflight app requires a Chromium based browser (Chrome, Chromium, Edge).<br/>";
103+
errorMessage =
104+
"Betaflight app requires a Chromium based browser (Chrome, Chromium, Edge),<br> or Firefox based browser running the <a href='https://addons.mozilla.org/cs/firefox/addon/webserial-for-firefox/'>WebSerial extension</a>.<br/>";
104105
}
105106

106107
if (!isWebBluetooth) {

0 commit comments

Comments
 (0)