From 64ccad6007bced889d37fa718c3894ed32cca0a3 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Tue, 30 Dec 2025 10:54:27 -0600 Subject: [PATCH] Fix formatting to appease buf --- meshtastic/admin.proto | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meshtastic/admin.proto b/meshtastic/admin.proto index 22cc537..820ef31 100644 --- a/meshtastic/admin.proto +++ b/meshtastic/admin.proto @@ -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; } - } /*