Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Releases: robthomson/RF2ETHOS

RF2ETHOS (V2.1.5)

22 Sep 06:56
Compare
Choose a tag to compare
RF2ETHOS (V2.1.5) Pre-release
Pre-release

Massive MSP code reliability improvements - particully on TWMX receivers.

RF2ETHOS (V2.1.4)

16 Sep 13:48
Compare
Choose a tag to compare
RF2ETHOS (V2.1.4) Pre-release
Pre-release

This version of RF2ETHOS has introduced numerous speed improvements and general capabilities.

Notable changes are

Small bug fixes in servos page
Better clarity when using/not using servo over-ride

Please test this release. Find the bugs!

RF2ETHOS V2.1.3

12 Sep 11:09
Compare
Choose a tag to compare
RF2ETHOS V2.1.3 Pre-release
Pre-release

This version of RF2ETHOS has introduced numerous speed improvements and general capabilities.

Notable changes are

  • Swash Leveling & Mixer Overides
  • Servo Overide and adjustment
  • MSP Link Debug Tool
  • Status Pages
  • Complete rebuild of ESC system to make easier for future ESC integration
  • Complete rebuild of servo pages to support editing up to 16 servos
  • Ability to reverse a servo direction and enable/disable servo geometry
  • Movement of the system into a 'framework' based approach. This makes adding new tools allot easier
  • General speed improvements.

All up its feeling quite solid.

Please test this release. Find the bugs!

V2.1.0

05 Sep 10:47
Compare
Choose a tag to compare
V2.1.0 Pre-release
Pre-release

What's Changed

This is a pretty large change all round.

  1. Moving to new versioning format to start tying up to RF releases.
  2. Supported only by Ethos 1.5.15 or higher
  3. Introduces new features:
  • servo overide
  • swash/tail triming
  • status page
  • about page
  • pid/rate profile selection
  1. Restructure of code saves 10% of memory usage. This makes things run faster
  2. Mostly completed move to to tool becoming a framework. this allows faster development of extra functions without having hard coded stuff where it should not be.
  3. Better support of TWMX receivers - which have been quite problematic!

All up.. its feeling rather good.

Please set and feeback any issues you may find.

RF2ETHOS V2.12

21 Aug 06:55
Compare
Choose a tag to compare
v2.12

Fix error when exiting scorp / esc timeout

RF2ETHOS V2.11

16 Aug 10:19
Compare
Choose a tag to compare

This is a MAJOR update. The code base has been refactored significantly to make end maintenance easier.

Side effect of all this is that the lua now runs more reliable and faster.

Enjoy!

Make sure you remove the old folder and then drop this in to /scripts. Its not good to over-write the original.

RF2ETHOS (V2.10)

10 Aug 09:20
Compare
Choose a tag to compare

Many updates to make it play nicer with TWMX receivers.

RF2ETHOS (v2.09)

04 Aug 21:33
Compare
Choose a tag to compare
V2.09

Enable compilation

RF2ETHOS (V2.04)

18 Jul 15:35
Compare
Choose a tag to compare

New updates enable compilation - this results in the scripts being a bit lighter on the host operating system (ethos)

Notable things to consider:

In main.lua you will find a variable

config.useCompiler = true

If you plan to do dev work - set this to off. It means you dont have to keep purging the bytecache.

If you want to re-enable compiled file use - you need to delete the .luac files from /scripts/widgetname/compiled/*.luac

Good luck!

RF2ETHOS (V2.03)

17 Jul 07:41
Compare
Choose a tag to compare

Refactored saving system to work better with TWMX receivers. New setup is smoother all round.