From 6d560efe60cc344d6ffb8e6129fab5a194362544 Mon Sep 17 00:00:00 2001 From: Tim Eckel Date: Sat, 29 Sep 2018 07:50:01 -0400 Subject: [PATCH] Readme changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9d7abb5..285f02ee 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ This stripped-down fork of [betaflight-tx-lua-scripts](https://github.com/betafl * Allows for multiple Lua scripts to be run on the same model (for example [Lua Telemetry](https://github.com/iNavFlight/LuaTelemetry)) * Only allows for VTx control (no PID adjustments) * Works only on Taranis transmitters running SmartPort or F.Port telemetry -* Works with [INAV](https://github.com/iNavFlight/inav) and probably [Betaflight](https://github.com/betaflight/betaflight) (untested) +* Works with [INAV](https://github.com/iNavFlight/inav) and [Betaflight](https://github.com/betaflight/betaflight) ### Installation instructions 1. [Download](https://github.com/teckel12/Taranis-VTx/releases/latest) the the latest released `VTx.zip` file 1. Copy `VTx.lua` file and `VTx` folder with contents to transmitter's SD card's `\SCRIPTS\TELEMETRY\` folder -1. Add `VTx` Lua script to desired model display screen \ No newline at end of file +1. Add `VTx` Lua script to desired model display screen