Trusted height of Barometer up to 40 km

This commit is contained in:
CarlWachter 2024-07-23 09:08:23 +02:00
parent 093c452c22
commit 5173b27b58

View File

@ -87,7 +87,7 @@ typedef int16_t ao_v_t;
* Above this height, the baro sensor doesn't work * Above this height, the baro sensor doesn't work
*/ */
#if HAS_MS5607 #if HAS_MS5607
#define AO_MAX_BARO_HEIGHT 30000 #define AO_MAX_BARO_HEIGHT 40000
#else #else
#define AO_MAX_BARO_HEIGHT 12000 #define AO_MAX_BARO_HEIGHT 12000
#endif #endif