We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With mDNS/Bonjour, I should automatically see devices at the bottom of the screen (see attached picture).
On the left: Linux VM (network in bridge mode), autodetect works.
On the right: macOS 15.0, autodetect doesn't work.
Tested on macOS:
ping elrs_rx.local
N/A
The text was updated successfully, but these errors were encountered:
If I download the source code from Git and run it from the terminal, it works well...
Sorry, something went wrong.
strange...
gh repo clone ExpressLRS/ExpressLRS-Configurator cd ExpressLRS-Configurator/ node --version yarn install --frozen-lockfile yarn start yarn build npx update-browserslist-db@latest yarn build yarn electron-builder --publish never --x64 --mac # runtime error, so i resigned... codesign --force --deep --sign - release/mac/ExpressLRS\ Configurator.app open release/mac/ExpressLRS\ Configurator.app
I suppose there is an issue with the integrated macOS firewall and the 1.7.6 release, maybe due to something about the code signing?
No branches or pull requests
Expected Behavior
With mDNS/Bonjour, I should automatically see devices at the bottom of the screen (see attached picture).
Current Behavior
On the left: Linux VM (network in bridge mode), autodetect works.
On the right: macOS 15.0, autodetect doesn't work.
Tested on macOS:
ping elrs_rx.local
gives the correct IP of the RXSteps to Reproduce
Possible Solution (Not obligatory)
N/A
Context
N/A
Your Environment
The text was updated successfully, but these errors were encountered: