Skip to content

Commit

Permalink
beta 3 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-grub committed Nov 30, 2023
1 parent 0fdf88f commit 8fc3968
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ This is a plugin being developed for the RotorHazard timing system with the foll
## Requirements

- RotorHazard v4.0.0+ is required to run the plugin
- A connected device that can run the ExpressLRS Backpack
- Connections over USB or UART will both work

## Installation

### Installing RH Plugin and Backpack on ESP32
### Installing RH Plugin and Backpack

To install, follow the instructions on the [latest release](https://github.com/i-am-grub/VRxC_ELRS/releases) of the plugin.

Expand Down Expand Up @@ -66,7 +68,7 @@ There is a feature to control the race from the Race Director's transmitter by t
2. Bind the Race Timer backpack to the Transmitter
1. Start the RotorHazard server with the ESP32 connected.
2. Navigate to the `ExpressLRS VRxC` settings panel.
2. Navigate to the `ELRS Backpack General Settings` panel.
3. Click the `Start Backpack Bind` button.
4. Within the ExpressLRS Lua script on the transmitter, click `Bind`

Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

logger = logging.getLogger(__name__)

PLUGIN_VERSION = 'v1.0.0-beta.3-dev'
PLUGIN_VERSION = 'v1.0.0-beta.3'

def initialize(rhapi):

Expand Down

0 comments on commit 8fc3968

Please sign in to comment.