Skip to content

Releases: kaack/elrs-joystick-control

ELRS Joystick Control v0.2.1

05 Aug 11:11
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

Changes

  • Add support for running on Raspberry Pi 4 (32 bit) (i.e. linux-arm)
    The SDL2 Go library does not support arm64 (you can still run the 32 bit binary on 64 bit machine)

Disclaimer

This is an experimental app, and has not been exhaustively tested.
Use caution if you are going to fly RC drones, or airplanes outdoors with this application.

ELRS Joystick Control v0.2.0

30 Jul 05:46
Compare
Choose a tag to compare
Pre-release

Full Changelog: v0.1.0...v0.2.0

Implement Web Version of Lua Script (+other)

  • New page for modifying ELRS Settings
  • Support for displaying/modifying TextSelect ELRS fields
  • Support for displaying Folder ELRS fields
  • Support for displaying/running Command ELRS fields
  • Support for ELRS settings in mocked backend mode
  • New gRPC function for listing CRSF Devices (Lua)
  • New gRPC function for listing CRSF Device fields (Lua)
  • New gRPC function for setting CRSF Device fields (Lua)
  • New gRPC function for getting CRSF Device link state
  • Improve transmitters page, show warning when no results
  • Improve gamepads page, show warning when no results
  • Improve home page, auto-lock homepage by default
  • Hide telemetry editor button from homepage when locked

Add Linux/amd64 Dockerfile

  • Build on Ubuntu 20.04 LTS
  • Dynamically linked to GLIBC 2.31

Implement mock backend

The mock backend allows users to try the webapp without actually connecting to a real gRPC backend.
The idea is to host the webapp as a github page, with mocked backend enabled by default.

Telemetry is mocked as best effort, with simulated data for all telemetry frames (battery, attitude, gps, baro, vario, etc).
The simulated data is not self-consistent. It's just meant to look semi-realistic.

Disclaimer

This is an experimental app, and has not been exhaustively tested.
Use caution if you are going to fly RC drones, or airplanes outdoors with this application.

ELRS Joystick Control v0.1.0

22 Jul 01:27
Compare
Choose a tag to compare
Pre-release

Full Changelog: https://github.com/kaack/elrs-joystick-control/commits/v0.1.0

This is the very first release of the ELRS Joystick Control App. This is an experimental app, and has not been exhaustively tested.

Use caution if you are going to fly RC drones, or airplanes outdoors with this application.