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.
1 parent 914b47a commit d794cbcCopy full SHA for d794cbc
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 startup_sounds = 1; // If startup sounds should be enabled.
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