We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed8b1f6 commit 3d76dd2Copy full SHA for 3d76dd2
1 file changed
content/wardrive.js
@@ -26,7 +26,7 @@ const OTTAWA_CENTER_LAT = 45.4215; // Ottawa Parliament Hill latitud
26
const OTTAWA_CENTER_LON = -75.6972; // Ottawa Parliament Hill longitude
27
const GEOFENCE_RADIUS_KM = 150; // Ottawa geofence radius in kilometers
28
const MIN_PING_DISTANCE_M = 25; // Minimum movement required between pings in meters
29
-const DEBUG_GPS_LOGGING = TRUE; // Enable detailed GPS filtering console logs (set to true for debugging)
+const DEBUG_GPS_LOGGING = true; // Enable detailed GPS filtering console logs (set to true for debugging)
30
31
// MeshMapper API Configuration
32
const MESHMAPPER_API_URL = "https://yow.meshmapper.net/wardriving-api.php";
0 commit comments