read and write to nal

This commit is contained in:
2025-10-31 23:39:10 +01:00
parent f366aace7f
commit 0519ca3efe
8 changed files with 9 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ use crate::webserver::read_up_to_bytes_from_request;
use crate::BOARD_ACCESS;
use edge_http::io::server::Connection;
use edge_http::Method;
use embedded_io_async::{Read, Write};
use edge_nal::io::{Read, Write};
use log::info;
pub(crate) async fn ota_operations<T, const N: usize>(