Skip to content

Commit e3d062d

Browse files
authored
Merge pull request #186 from BluEye-Robotics/jp-pino/flash-esc-settings
Add req/rep to flash esc settings
2 parents 914b47a + 6b067d7 commit e3d062d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

protobuf_definitions/req_rep.proto

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,13 @@ message GetPersistentStorageSettingsReq {
188188
message GetPersistentStorageSettingsRep {
189189
PersistentStorageSettings persistent_storage_settings = 1; // The currently set persistent storage settings.
190190
}
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

Comments
 (0)