basic impl which allows naked no closure file transfer

This commit is contained in:
2022-09-05 10:26:35 +02:00
parent 3147f67fbd
commit 134d5a1411
10 changed files with 111 additions and 23 deletions

View File

@ -40,7 +40,7 @@ static constexpr ReturnValue_t FILESTORE_RESPONSE_CANT_PARSE_FS_MESSAGE =
//! Checksum types according to the SANA Checksum Types registry
//! https://sanaregistry.org/r/checksum_identifiers/
enum ChecksumType {
enum ChecksumTypes {
// Modular legacy checksum
MODULAR = 0,
CRC_32_PROXIMITY_1 = 1,