The most recent change (actually a couple of years ago) was that mixer and reversing functions happen within each individual receiver rather than in the transmitter.
Posh transmitters hold lots of configuration, trim & mixer settings in model memories, but in the context of this simple project, moving these functions into the receiver makes transmitter model memories redundant. If a model needs a surface reversing, the reversal in stored and performed in that models individual receiver, which to me is far more logical than selecting a model memory in the transmitter. This means I can fly a variety of model types, full-house, RET or an elevon flying wing, regardless of servo directions - with any of my transmitters, propo, reed or s/c - without any binding, changing or selecting anything on the transmitter, just pick it up & go.
To reverse a surface, with the transmitter powered on and operating normally, hold the appropriate transmitter stick hard over whilst powering on the receiver. The setting is retained in that one particular receiver's flash, and of course only affects that receiver. Nothing changes in the transmitter. The elevon mixer is also in the receiver. This concept has actually been in use for about 2 years but I've only just got around to posting it

Also theres a #define for Tobes reversed traffic LED which makes it simple to correct, saves all the messing about swapping A0 & A1.
This is the original 5volt LED polarity which uses:
#define LEDBIT 1 // Tobes early PCB has reversed LED, set to 1 or 2
On the early Tobe PCBs this LED was reversed, in which case use:
#define LEDBIT 2 // Tobes early PCB has reversed LED, set to 1 or 2
Because of the huge combination of mixing functions, ratios & reversing, the optional mixer is best set at compile time, all the mixes are there, just set
#define mix_option 'V'
or
#define mix_option 6040
...as required, and uncomment any necessary reversing lines.
5050, 7525 & 6040 mix aileron & elevator for flying wings; 'V' mixes rudder & elevator for aileron Vtail models.
Or #define mix_option 0 if the mixer is not required in that particular receiver.
This recent update is only to the receiver code, and since changing the master zip file loses the download count, I've attached the 'new' receiver code separately. There are no changes to the transmitter, I havent even taken out the (now obsolete) transmitter reversing or mixers.
l've updated the concise 'how to' document at the top of the first post, also freshened other files, all up to date as of the last release.
Of course I'm continually developing it but I dont generally post anything until its well proven on the bench and in the air (me, Shaun, Rob, & Ron)
Cheers
Phil
[previous download count lost, was 78]