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
@@ -148,7 +148,9 @@ pub async fn post_gps(
}
}
} else {
info!("GPS data received but no recording is active — position updated in memory only, not persisted to sidecar");
info!(
"GPS data received but no recording is active — position updated in memory only, not persisted to sidecar"
);
}
Ok(StatusCode::OK)