Configure ExpressLRS modules from a web browser. This webapp simulates an EdgeTX Lua environment, speaks Crossfire via a serial port, and executes elrsV3.lua all in a browser.
Enjoy a free instance of this app at https://fourflies.mooo.com/elrsbuddy/
If you do not have a Node.js environment already, you can start one quickly with Docker. Download this repository and place it at ~/elrsbuddy before running this Docker command.
docker run -v ~/elrsbuddy:/eb -w /eb --name eb -ti --rm -p 8080:8080 node /bin/bashnpm installnpm startNow you can connect to http://localhost:8080 to use elrsbuddy. Any changes will be automatically built and available.
npm run buildAfter this completes, the deployable version will be placed in the dist folder.