Open RobertoD91 opened 1 month ago
If I download the source code from Git and run it from the terminal, it works well...
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?
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