From 747c30c39e5147198841420e7c5149a61982d034 Mon Sep 17 00:00:00 2001 From: Leon Lindenfelser Date: Mon, 17 Oct 2016 10:24:10 -0500 Subject: 1. Display DOT-BOX/EVB AU915/US915/EU868 on start up and main menu screens. 2. Add check for SF_10 in demo mode. Diplay message and change to SF_9 so packet size is large enough for all data. 3. Update setup.sh to pull in libs with enable/disable irq removed for mbed 5. --- setup.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index d21538b..9bd8c46 100755 --- a/setup.sh +++ b/setup.sh @@ -31,12 +31,12 @@ mdot-library/version.sh echo "creating libs directory..." mkdir -p $LIB -update_hg_lib "ISL29011" 3 -update_hg_lib "MMA845x" 3 -update_hg_lib "MPL3115A2" 2 +update_hg_lib "ISL29011" 4 +update_hg_lib "MMA845x" 4 +update_hg_lib "MPL3115A2" 3 update_hg_lib "NCP5623B" 3 update_hg_lib "GpsParser" 10 -update_hg_lib "DOGS102" 4 +update_hg_lib "DOGS102" 5 echo "generating version header..." cd $DIR -- cgit v1.2.3