From ec16c3769f2ac0a7dd4d01f659d0ccb9622d979a Mon Sep 17 00:00:00 2001 From: Mika Date: Sun, 26 Apr 2026 02:07:53 +0000 Subject: [PATCH] Add gps_sync/tests/data/wifi_sample.json --- gps_sync/tests/data/wifi_sample.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 gps_sync/tests/data/wifi_sample.json diff --git a/gps_sync/tests/data/wifi_sample.json b/gps_sync/tests/data/wifi_sample.json new file mode 100644 index 0000000..b147962 --- /dev/null +++ b/gps_sync/tests/data/wifi_sample.json @@ -0,0 +1,22 @@ +[ + { + "timestamp": "2024-06-01T12:00:00Z", + "signal_strength": -45.0 + }, + { + "timestamp": "2024-06-01T12:00:01Z", + "signal_strength": -50.5 + }, + { + "timestamp": "2024-06-01T12:00:02Z", + "signal_strength": -47.2 + }, + { + "timestamp": "2024-06-01T12:00:03Z", + "signal_strength": -49.8 + }, + { + "timestamp": "2024-06-01T12:00:04Z", + "signal_strength": -52.1 + } +] \ No newline at end of file