Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
hhvrc committed Oct 24, 2024
1 parent aa87988 commit a1f17d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DeprecatedV1Messages.fbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include "./Types/SemVer.fbs";
include "./Types/FirmwareBootType.fbs";
include "./Types/OtaInstallProgressTask.fbs";

attribute "fs_serializer";
Expand Down Expand Up @@ -30,7 +31,7 @@ struct KeepAlive {
}

table BootStatus {
boot_type:uint8;
boot_type:Types.FirmwareBootType;
firmware_version:Types.SemVer;
ota_update_id:int32;
}
Expand Down

0 comments on commit a1f17d2

Please sign in to comment.