Merge remote-tracking branch 'ofw/dev' into mntm-dev

This commit is contained in:
Willy-JL
2024-10-09 02:06:49 +01:00
42 changed files with 1963 additions and 296 deletions

View File

@@ -38,7 +38,7 @@ Version differences:
### Description
This file format is used to store the UID, SAK and ATQA of a ISO14443-3A device.
This file format is used to store the UID, SAK and ATQA of an ISO14443-3A device.
UID must be either 4 or 7 bytes long. ATQA is 2 bytes long. SAK is 1 byte long.
Version differences:

View File

@@ -1,6 +1,6 @@
# Heatshrink-compressed Tarball Format
# Heatshrink-compressed Tarball Format {#heatshrink_file_format}
Flipper supports the use of Heatshrink compression library for .tar archives. This allows for smaller file sizes and faster OTA updates.
Flipper supports the use of Heatshrink compression library for `.tar` archives. This allows for smaller file sizes and faster OTA updates.
Heatshrink specification does not define a container format for storing compression parameters. This document describes the format used by Flipper to store Heatshrink-compressed data streams.