We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 914b47a + 6b067d7 commit e3d062dCopy full SHA for e3d062d
protobuf_definitions/req_rep.proto
@@ -188,3 +188,13 @@ message GetPersistentStorageSettingsReq {
188
message GetPersistentStorageSettingsRep {
189
PersistentStorageSettings persistent_storage_settings = 1; // The currently set persistent storage settings.
190
}
191
+
192
+// Request to flash ESC settings.
193
+message FlashEscSettingsReq {
194
+ bool silent = 1; // If startup sounds should be disabled.
195
+}
196
197
+// Response after flashing ESC settings.
198
+message FlashEscSettingsRep {
199
+ bool success = 1; // If the ESC settings were flashed successfully.
200
0 commit comments