Deprecate disable_triple_click config (#7425)

This commit is contained in:
Jonathan Bennett
2025-07-23 05:57:17 -05:00
committed by GitHub
parent ed0cdefb44
commit 82ddf4732a
3 changed files with 1 additions and 7 deletions

View File

@@ -628,11 +628,6 @@ void NodeDB::installDefaultConfig(bool preserveKey = false)
#ifdef PIN_GPS_EN
config.position.gps_en_gpio = PIN_GPS_EN;
#endif
#ifdef GPS_POWER_TOGGLE
config.device.disable_triple_click = false;
#else
config.device.disable_triple_click = true;
#endif
#if defined(USERPREFS_CONFIG_GPS_MODE)
config.position.gps_mode = USERPREFS_CONFIG_GPS_MODE;
#elif !HAS_GPS || GPS_DEFAULT_NOT_PRESENT