Fixed clippy, updated dependencies
Some checks failed
Build Project / test (push) Failing after 9m3s

This commit is contained in:
2025-10-17 15:58:52 +00:00
parent 75593fa003
commit add82496a6
7 changed files with 43 additions and 41 deletions

View File

@@ -42,7 +42,7 @@ async fn main() -> std::io::Result<()> {
firmwares_path: PathBuf::from(firmware_path.clone()),
hostname: external_url.clone(),
}))
.app_data(web::PayloadConfig::new(1 * 1024 * 1024 * 1024)) //1GB
.app_data(web::PayloadConfig::new(2 * 1024 * 1024 * 1024)) //1GB
.service(device_telemetry_api::receive_telemetry)
.service(device_telemetry_api::get_telemetry)
.service(device_telemetry_api::receive_value)