geofence_params.c

This commit is contained in:
Hamish Willee 2023-07-20 10:01:46 +10:00 committed by GitHub
parent a37e3e7b06
commit 2b8db472ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,4 +137,4 @@ PARAM_DEFINE_FLOAT(GF_MAX_VER_DIST, 0);
* @boolean
* @group Geofence
*/
PARAM_DEFINE_INT32(GF_PREDICT, 1);
PARAM_DEFINE_INT32(GF_PREDICT, 0);