From 3b4b2969ca0e1e391c3e6b11ce25900253cd32f5 Mon Sep 17 00:00:00 2001 From: Rasika Date: Wed, 3 Jun 2015 13:01:18 +0530 Subject: [PATCH] adding zipfilename to sketch property file --- modules/distribution/src/sketches/firealarm/sketch.properties | 3 ++- .../distribution/src/sketches/firealarm_wifi/sketch.properties | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/distribution/src/sketches/firealarm/sketch.properties b/modules/distribution/src/sketches/firealarm/sketch.properties index 688059d3..6cf3e5a0 100755 --- a/modules/distribution/src/sketches/firealarm/sketch.properties +++ b/modules/distribution/src/sketches/firealarm/sketch.properties @@ -1 +1,2 @@ -templates=FireAlarmEthernetAgent.h \ No newline at end of file +templates=FireAlarmEthernetAgent.h +zipfilename=FireAlarmEthernetAgent.zip \ No newline at end of file diff --git a/modules/distribution/src/sketches/firealarm_wifi/sketch.properties b/modules/distribution/src/sketches/firealarm_wifi/sketch.properties index bb141ac9..21127131 100755 --- a/modules/distribution/src/sketches/firealarm_wifi/sketch.properties +++ b/modules/distribution/src/sketches/firealarm_wifi/sketch.properties @@ -1 +1,2 @@ -templates=FireAlarmWifiAgent.h \ No newline at end of file +templates=FireAlarmWifiAgent.h +zipfilename=FireAlarmWifiAgent.zip \ No newline at end of file