Work on fleshing out sections

This commit is contained in:
Kyle Cardoza 2024-03-23 00:43:26 -04:00
parent dd97f166f1
commit f4d97edbf2
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Sentinel 65X's firmware is designed to load and execute binaries in the `PGZ` fo
## PGZ Format
The first byte of a PGZ file is always an ASCII "Z".
The first byte of a PGZ file is always an ASCII "Z", hexadecimal value `0x5A`, decimal value `90`.
This is followed by one or more segments, packed with no padding or separator. Each such segment has the following format: