1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-16 21:05:26 +03:00

Problem in Failsafe HOLD / NONE strings

This commit is contained in:
Bertrand Songis 2019-05-21 16:04:49 +02:00
parent cf5cb10d6f
commit c08417415b
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
15 changed files with 34 additions and 9 deletions

View file

@ -342,8 +342,8 @@ enum TelemetryScreenType {
#define TELEMETRY_SCREEN_TYPE(screenIndex) TelemetryScreenType((g_model.screensType >> (2*(screenIndex))) & 0x03)
#define IS_BARS_SCREEN(screenIndex) (TELEMETRY_SCREEN_TYPE(screenIndex) == TELEMETRY_SCREEN_TYPE_GAUGES)
#define FAILSAFE_CHANNEL_HOLD 2000
#define FAILSAFE_CHANNEL_NOPULSE 2001
constexpr int16_t FAILSAFE_CHANNEL_HOLD = 2000;
constexpr int16_t FAILSAFE_CHANNEL_NOPULSE = 2001;
#define LEN_SCRIPT_FILENAME 6
#define LEN_SCRIPT_NAME 6