Skip to content

Commit

Permalink
Enable splash screen timeout for NV14/EL18.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Mitchell committed Jul 27, 2023
1 parent e449219 commit 91183fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/opentx.h
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ inline bool SPLASH_NEEDED()
#endif
}

#if defined(PCBHORUS) || defined(PCBTARANIS)
#if defined(PCBHORUS) || defined(PCBTARANIS) || defined(PCBNV14)
#define SPLASH_TIMEOUT (g_eeGeneral.splashMode == -4 ? 1500 : (g_eeGeneral.splashMode <= 0 ? (400-g_eeGeneral.splashMode * 200) : (400 - g_eeGeneral.splashMode * 100)))
#else
#define SPLASH_TIMEOUT (4 * 100) // 4 seconds
Expand Down

0 comments on commit 91183fb

Please sign in to comment.