1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

Because the UAVO field sorting required for revo changes all the object IDs,

trigger a flash wipe on all existing boards with this upgrade.
This commit is contained in:
James Cotton 2011-12-10 14:11:58 -06:00
parent 4c7919d319
commit 162b0d7f75
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
Short summary of changes. For a complete list see the git log.
2011-12-10
Merged a change that sorts the UAVO fields based on size. Because this changes
all of the objects, erase all existing flash files based on this.
2011-11-04
New Spektrum/JR satellite receiver driver implementation.
It now provides explicit selection of DSM2 (and DSMJ), DSMX (10bit) and

View File

@ -56,8 +56,8 @@ struct fileHeader {
} __attribute__((packed));
#define OBJECT_TABLE_MAGIC 0x85FB3C35
#define OBJ_MAGIC 0x3015AE71
#define OBJECT_TABLE_MAGIC 0x85FB3D35
#define OBJ_MAGIC 0x3015A371
#define OBJECT_TABLE_START 0x00000010
#define OBJECT_TABLE_END 0x00001000
#define SECTOR_SIZE 0x00001000