diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 32f9f0479..5ba039b86 100755 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -723,6 +723,9 @@ "portsFunction_TELEMETRY_LTM": { "message": "LTM" }, + "portsFunction_TELEMETRY_MAVLINK": { + "message": "MAVLink" + }, "portsFunction_TELEMETRY_MSP": { "message": "MSP" }, @@ -1620,5 +1623,14 @@ }, "failsafeKillSwitchHelp": { "message": "Set this option to make the failsafe switch, configured in the modes tab, act as a direct kill switch, bypassing the selected failsafe procedure. Note: Arming is blocked with the failsafe kill switch in the ON position" + }, + "mainHelpArmed": { + "message": "Motor Arming" + }, + "mainHelpFailsafe": { + "message": "Failsafe Mode" + }, + "mainHelpLink": { + "message": "Serial Link Status" } } diff --git a/changelog.html b/changelog.html index 49e77f533..f675e490f 100644 --- a/changelog.html +++ b/changelog.html @@ -1,4 +1,9 @@ -2015.12.15 - 1.2.1 - cleanflight +2016.05.12 - 1.2.2 - cleanflight + +2016.02.22 - 1.2.1 - cleanflight