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:
parent
cf5cb10d6f
commit
c08417415b
15 changed files with 34 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue