pub const FS_CHUNK_SIZE: usize = _; // 3_145_728usize
Maximum chunk size for streaming file data (3 MiB).
This stays safely under the 4 MiB frame limit after CBOR envelope overhead.