Skip to content

Commit 5c9fc48

Browse files
committedMar 1, 2025
Bumped version
1 parent 3e49b9e commit 5c9fc48

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed
 

‎Releases.md

+1-18
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,6 @@
11
# 2.1.1
22

3-
This is the 2.1.1 release of the *Rotorflight Lua Scripts for EdgeTX and OpenTX*.
4-
5-
## Downloads
6-
7-
The download locations are:
8-
9-
- [Rotorflight Configurator](https://github.com/rotorflight/rotorflight-configurator/releases/tag/release/2.1.1)
10-
- [Rotorflight Blackbox](https://github.com/rotorflight/rotorflight-blackbox/releases/tag/release/2.1.1)
11-
- [Lua Scripts for EdgeTX and OpenTX](https://github.com/rotorflight/rotorflight-lua-scripts/releases/tag/release/2.1.1)
12-
- [Lua Scripts for FrSky Ethos](https://github.com/rotorflight/rotorflight-lua-ethos/releases/tag/release/2.1.0)
13-
- [Lua Suite for FrSky Ethos](https://github.com/rotorflight/rotorflight-lua-ethos-suite/releases/tag/release/2.1.1)
14-
15-
## Notes
16-
17-
- Rotorflight setup instructions can be found on the Rotorflight website [www.rotorflight.org](https://www.rotorflight.org/).
18-
- Rotorflight 2.1.1 *is* backward compatible with Rotorflight 2.0. You *can* load your configuration dump from Rotorflight 2.0 into 2.1.1.
19-
- If updating from Rotorflight 1, please setup your helicopter from scratch. Follow the instructions on the website.
20-
- As always, please double check your configuration on the bench before flying!
3+
This is a maintenance release containing minor bug fixes.
214

225
## Changes from 2.1.0
236

‎src/SCRIPTS/RF2/ui.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local LUA_VERSION = "2.1.0"
1+
local LUA_VERSION = "2.1.1"
22

33
local uiStatus =
44
{

0 commit comments

Comments
 (0)
Please sign in to comment.