mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Fix formatting to appease buf
This commit is contained in:
parent
4b9f104a18
commit
64ccad6007
1 changed files with 2 additions and 3 deletions
|
|
@ -193,7 +193,7 @@ message AdminMessage {
|
|||
* Node will reboot into the OTA loader
|
||||
*/
|
||||
message OTAEvent {
|
||||
/*
|
||||
/*
|
||||
* Tell the node to reboot into OTA mode for firmware update via BLE or WiFi (ESP32 only for now)
|
||||
*/
|
||||
OTAMode reboot_ota_mode = 1;
|
||||
|
|
@ -202,7 +202,7 @@ message AdminMessage {
|
|||
* A 32 byte hash of the OTA firmware.
|
||||
* Used to verify the integrity of the firmware before applying an update.
|
||||
*/
|
||||
bytes ota_hash = 2;
|
||||
bytes ota_hash = 2;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
@ -497,7 +497,6 @@ message AdminMessage {
|
|||
*/
|
||||
OTAEvent ota_request = 102;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue