Device: Set multiple root directory entry flags at once

This commit is contained in:
Emily Brooks
2024-02-14 18:06:59 -05:00
parent e37d939699
commit 05888e5c20
5 changed files with 51 additions and 9 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ enum class ExtendedCommand : uint16_t {
GetSupportedFeatures = 0x0018,
GetComponentVersions = 0x001A,
Reboot = 0x001C,
SetUploadedFlag = 0x0027,
SetRootFSEntryFlags = 0x0027,
GenericBinaryInfo = 0x0030,
LiveData = 0x0035,
};