Revision 1:
-----------

* Fixed a bug in the ESC calibration routine that set the upper level to 50% instead of 100% on M7 and M8. Only OCTOs were affected by this bug.
* Fixed warning about M7/M8 being set to ESC mode displayed when entering the Camera Stab Settings screen.
* Optimized code for printing ACC values in sensorcal.asm.
* Corrected the variable type for 'TuningRateValue'.
* Removed an unused file (liveupdate.asm).


Revision 2:
-----------

* Adjustable LCD contrast.
* Battery voltage is logged and displayed on the SAFE screen.
* Corrected the motor layout for 'DualCopter'. Rotation for M1 was incorrect.
* Customizable AUX switch functions (5 positions).
* Two new gimbal modes, LOCK and HOME, are controlled from a 3-way switch on channel 8. Home position is configurable.
* Added the "SL Mixing" parameter to the Stick Scaling screen. This adjusts the stick input sensitivity in all "SL Mixed" modes.
* Flight mode replaced 'Self-level' on the SAFE screen and will indicate "ACRO", "SL MIX LOW/MED./HIGH" or "NORMAL SL".
* LED flashing in sync with the LVA (Low Voltage Alarm) beeps.
* LED will flash rapidly for a few seconds after arming if no Low Voltage Alarm value is set.
* No access to the Mixer Editor or the Show Motor Layout screen unless a motor layout is selected.
* The Lost Model Alarm will sound after 20 seconds (i.e. after the Auto Disarm countdown).
* ACC Trim values can be tuned remotely.
* The Confirmation dialogue now has a header ("CONFIRM") and is also more informative.
* A confirmation beep is produced when the AUX switch is moved to a new position.
* ESC throttle calibration is now a lot safer since it will require enabling through the KK2 menu before it can be accessed.
* Improved button handling on the main menu. Pushing button 4 (MENU) on the SAFE screen and holding it down for too long will no longer activate a menu item.
* Fixed a bug that prevented remote tuning of SL P-gain from working.
* Fixed a bug in the Number Editor (original firmware) that allowed setting a value to zero (CLR) when the lower limit was higher (e.g. CPPM channel setup).
* Fixed a bug in the original firmware that kept the "Link Roll Pitch" flag from being updated until the user returned to the SAFE screen.


Revision 2a:
------------

* Fixed a bug in the new gimbal HOME code. The Home position value wasn't initialized correctly even if it appears to be OK on the Gimbal Settings screen.


Revision 3:
-----------

* M7 and M8 outputs are now controlled by using a 16 bit timer to reduce servo jitter.
* The DualCopter layout was renamed "DualCopter II" and both servos were copied to M7/M8 (reduced servo jitter).
* The TriCopter layout was renamed "Tricopter II" and a second yaw servo was added to M7 (reduced servo jitter).
* PWM output resolution increased from 555 to 625 steps on M1 to M6 and from 555 to 2500 steps on M7 and M8.
* Replaced the "Calibrating ESCs..." text with "ESC CALIBRATION" to make it less confusing.
* Selecting "ESC Calibration" from the main menu will now display a confirmation dialogue window.
* Fixed a bug that affected SL P-gain when switching from mixed to normal SL mode. SL P-gain remained on its previous value instead of being reloaded.
* Fixed a bug that prevented the "Tuning ..." text from being displayed on the SAFE screen when no LVA value was set.
* Fixed a tiny bug in the gimbal detection code. Roll gain wasn't checked for a non-zero value. Pitch gain was checked twice.
* Improved the "No LVA value" check code. It will now check for a too low LVA value instead of just zero.
* Improved initialization of the "SL Mixing" stick scaling value. Limitations in fractional numbers reduced the stick sensitivity by 22%.
* The status text on the SAFE screen will now read "Tuning Ail+Ele" if tuning aileron when linked with elevator.
* SL mixing rate is now configurable. The old modes correspond to a value of 5 (LOW), 10 (MEDIUM) and 20 (HIGH).
* Disabled all unused interrupts.
* The tuning rate setting is now remembered.
* Increased the gimbal offset resolution by a factor of ten. The gimbal HOME position values now go from -1000 to 1000.
* The Channel 7 value will now remain zero on the Remote Tuning screen when SL Gain is selected.
* Fixed a bug in the original KK firmware: Disabling OCR1A/B interrupts using a restricted register.
* Removed a small piece of code that had a bug in it (from the original KK firmware): Test for ButtonDelay.
