From 870168e287bf2f597b2f13528f5998ffc57058f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Fri, 25 Aug 2017 19:11:43 +0200 Subject: [PATCH] Added EXS Wifi Relay to build script --- code/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/code/build.sh b/code/build.sh index 307a0ad6..e9b9097b 100755 --- a/code/build.sh +++ b/code/build.sh @@ -19,6 +19,7 @@ ALL_ENVIRONMENTS=" magichome-led-controller huacanxing-h801 wion-50055 + exs-wifi-relay-v31 " if [ $# -eq 0 ]; then environments=$ALL_ENVIRONMENTS