Skip to content

Commit 6904cd7

Browse files
committed
chore: bumped version and updated Releases.md
1 parent 90f3f7d commit 6904cd7

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Releases.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2.3.0-20260208
1+
# 2.3.0-20260211
22

33
This is a *development snapshot* of the Rotorflight 2.3.0 Lua Scripts for EdgeTX/OpenTX.
44

@@ -8,7 +8,7 @@ The download locations are:
88

99
- [Rotorflight Configurator](https://github.com/rotorflight/rotorflight-configurator/releases/tag/snapshot/2.3.0-20260208)
1010
- [Rotorflight Blackbox](https://github.com/rotorflight/rotorflight-blackbox/releases/tag/snapshot/2.3.0-20260208)
11-
- [Lua Scripts for EdgeTX and OpenTX](https://github.com/rotorflight/rotorflight-lua-scripts/releases/tag/snapshot/2.3.0-20260208)
11+
- [Lua Scripts for EdgeTX and OpenTX](https://github.com/rotorflight/rotorflight-lua-scripts/releases/tag/snapshot/2.3.0-20260211)
1212
- [Lua Scripts for FrSky Ethos](https://github.com/rotorflight/rotorflight-lua-ethos/releases/tag/snapshot/2.3.0-20260208)
1313
- [Lua Suite for FrSky Ethos](https://github.com/rotorflight/rotorflight-lua-ethos-suite/releases/tag/snapshot/2.3.0-20260208)
1414

@@ -20,6 +20,7 @@ For more information, please join the Rotorflight Discord chat.
2020

2121
## Changes Since Version 2.2.1
2222

23+
- Added support for the Radiomaster TX16S MK3
2324
- *Rates* page: added Rotorflight rates
2425
- *Hobbywing V5 ESC* page: better support for setting BEC voltage
2526
- *Model* page

src/SCRIPTS/RF2/rf2.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
rf2 = {
2-
luaVersion = "2.3.0-20260208",
2+
luaVersion = "2.3.0-20260211",
33
baseDir = "/SCRIPTS/RF2/",
44
runningInSimulator = string.sub(select(2, getVersion()), -4) == "simu",
55

0 commit comments

Comments
 (0)