From 8c79a9b0f7ce898a4005fcfe1f2a53612ff75d9f Mon Sep 17 00:00:00 2001 From: plasticchris Date: Tue, 7 Jun 2016 13:33:50 -0700 Subject: [PATCH] Add signature to file download message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit useful for service pack updates and will be needed for all files on “secure” mcus like 3220sf --- sync_response.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/sync_response.proto b/sync_response.proto index 1e12d66..cc869c3 100644 --- a/sync_response.proto +++ b/sync_response.proto @@ -18,6 +18,7 @@ message SyncResponse { optional string sd_card_filename =3; optional string sd_card_path =9; optional bytes sha1 = 10; + optional bytes signature = 11; } message Alarm {