From cf2500a648761b0308667497ce9cd94458446f99 Mon Sep 17 00:00:00 2001 From: Alexander Borg Date: Sun, 7 Sep 2025 12:21:17 +0200 Subject: [PATCH] Fix jwt-token --- test_orlan_detection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_orlan_detection.py b/test_orlan_detection.py index 5b598cb..3110548 100644 --- a/test_orlan_detection.py +++ b/test_orlan_detection.py @@ -250,7 +250,7 @@ def send_detection(device, distance_km, step, total_steps, drone_type=2): "drone_type": drone_type, # Selected drone type "rssi": int(rssi), # RSSI indicates distance from device "freq": 24, # Most drones operate on 2.4 GHz (24 = 2400 MHz) - "drone_id": 2000 + step # Unique drone ID for tracking + "drone_id": 2000 # Consistent drone ID to track the same drone } try: