rebasing with upsream (webdav and wifi client)

This commit is contained in:
Carlos Guerra
2026-04-29 12:39:08 +02:00
committed by Will Greenberg
parent 049a842987
commit fc5593f00b
5 changed files with 11 additions and 7 deletions
+3 -1
View File
@@ -316,7 +316,9 @@ async fn run_with_config(
timestamp: 0,
}),
_ => {
warn!("gps_mode is Fixed but gps_fixed_latitude or gps_fixed_longitude is missing from config — no GPS coordinates will be recorded");
warn!(
"gps_mode is Fixed but gps_fixed_latitude or gps_fixed_longitude is missing from config — no GPS coordinates will be recorded"
);
None
}
}