Fix formatting to appease buf

This commit is contained in:
James Rich 2025-12-30 10:54:27 -06:00 committed by GitHub
parent 4b9f104a18
commit 64ccad6007
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
}
/*