From 60322c2e2078fcfbf6acf5eddfb394ba47375223 Mon Sep 17 00:00:00 2001 From: Miguel Angel Mulero Martinez Date: Fri, 19 Jun 2020 11:34:09 +0200 Subject: [PATCH] Update readme with link to nightly versions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 596a84e2..7fd54e79 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Betaflight TX Lua Scripts + [![Build Status](https://api.travis-ci.com/betaflight/betaflight-tx-lua-scripts.svg?branch=master)](https://travis-ci.com/betaflight/betaflight-tx-lua-scripts) [![Build Status](https://dev.azure.com/Betaflight/Betaflight%20Nightlies/_apis/build/status/betaflight.betaflight-tx-lua-scripts?branchName=master)](https://dev.azure.com/Betaflight/Betaflight%20Nightlies/_build/latest?definitionId=1&branchName=master) + ## Firmware Considerations - Betaflight - As a best practice, it is recommended to use the most recent stable release of Betaflight to obtain the best possible results; @@ -48,6 +50,11 @@ The optional background script offers RTC synchronization and RSSI through MSP. ![Background script setup](docs/assets/images/background_script_setup.png) +## Unstable Testing Versions +Unstable testing versions of the latest builds of the Lua Script can be downloaded from [here](https://github.com/betaflight/betaflight-tx-lua-scripts-nightlies/releases). + +Be aware that these versions are intended for testing / feedback only, and may be buggy or broken. Caution is advised when using these versions. + ## Building from source - Be sure to have `make` and `luac` in version 5.2 installed in the path