Skip to content

Commit f3de09f

Browse files
Change MIN_FLIGHT_DISTANCE_M from 10 to 30 meters
Co-authored-by: OptimusTi <45466510+OptimusTi@users.noreply.github.com>
1 parent 96c1679 commit f3de09f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/fc/stats.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include "config/parameter_group_ids.h"
1919

2020
#define MIN_FLIGHT_TIME_TO_RECORD_STATS_S 10 //prevent recording stats for that short "flights" [s]
21-
#define MIN_FLIGHT_DISTANCE_M 10 // minimum distance flown for a flight to be registered [m]
21+
#define MIN_FLIGHT_DISTANCE_M 30 // minimum distance flown for a flight to be registered [m]
2222

2323

2424
PG_REGISTER_WITH_RESET_TEMPLATE(statsConfig_t, statsConfig, PG_STATS_CONFIG, 2);

0 commit comments

Comments
 (0)