We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff6e12c commit 26496d7Copy full SHA for 26496d7
src/main/terrain/terrain.c
@@ -213,7 +213,7 @@ int32_t terrainGetLastDistanceCm(void)
213
terrainSystemStatus.isStarted = true;
214
}
215
216
- return terrainHeight.lastUpdate + 200 < millis() ? TERRAIN_STATUS_NO_DATA : terrainHeight.terrainAGL;
+ return terrainHeight.lastUpdate + 300 < millis() ? TERRAIN_STATUS_NO_DATA : terrainHeight.terrainAGL;
217
218
219
#endif
0 commit comments