Skip to content

Commit 3d76dd2

Browse files
committed
Fix: Correct DEBUG_GPS_LOGGING constant value to lowercase for consistency
1 parent ed8b1f6 commit 3d76dd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/wardrive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const OTTAWA_CENTER_LAT = 45.4215; // Ottawa Parliament Hill latitud
2626
const OTTAWA_CENTER_LON = -75.6972; // Ottawa Parliament Hill longitude
2727
const GEOFENCE_RADIUS_KM = 150; // Ottawa geofence radius in kilometers
2828
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)
29+
const DEBUG_GPS_LOGGING = true; // Enable detailed GPS filtering console logs (set to true for debugging)
3030

3131
// MeshMapper API Configuration
3232
const MESHMAPPER_API_URL = "https://yow.meshmapper.net/wardriving-api.php";

0 commit comments

Comments
 (0)