diff --git a/CMakeLists.txt b/CMakeLists.txt index f4719ad2a..38e204835 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ set(VERSION_REVISION "10") set(VERSION_SUFFIX $ENV{OPENTX_VERSION_SUFFIX}) set(VERSION_FAMILY ${VERSION_MAJOR}.${VERSION_MINOR}) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}${VERSION_SUFFIX}) -set(SDCARD_REVISION "0033") +set(SDCARD_REVISION "0034") set(SDCARD_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}V${SDCARD_REVISION}) cmake_minimum_required(VERSION 2.8) diff --git a/radio/util/tts_en.py b/radio/util/tts_en.py index b45308262..616abe516 100755 --- a/radio/util/tts_en.py +++ b/radio/util/tts_en.py @@ -129,6 +129,8 @@ for i, (s, f) in enumerate([("armed", "armed"), ("flight mode stabilize", "fm-stb"), ("flight mode horizon", "fm-hor"), ("flight mode angle", "fm-ang"), + ("flight mode idle up 1", "fm-id1"), + ("flight mode idle up 2", "fm-id2"), ("low rate", "ratlow"), ("medium rate", "ratmed"), ("high rate", "rathi"),