From 152f6c2770794ae9edb063fefdbcb0104c7e89e6 Mon Sep 17 00:00:00 2001 From: Imanol-Mikel Barba Sabariego Date: Mon, 19 May 2014 02:42:33 +0000 Subject: [PATCH] --- Project/applications/smartcities/main_demo.c | 4 +++- Project/applications/smartcities/profiles/boot.bin | Bin 0 -> 455368 bytes Project/applications/smartcities/profiles/collect_cycle.bin | Bin 0 -> 433596 bytes Project/applications/smartcities/profiles/full_tx.bin | Bin 0 -> 459512 bytes 4 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 Project/applications/smartcities/profiles/boot.bin create mode 100644 Project/applications/smartcities/profiles/collect_cycle.bin create mode 100644 Project/applications/smartcities/profiles/full_tx.bin diff --git a/Project/applications/smartcities/main_demo.c b/Project/applications/smartcities/main_demo.c index 9fda350..8928422 100644 --- a/Project/applications/smartcities/main_demo.c +++ b/Project/applications/smartcities/main_demo.c @@ -15,7 +15,9 @@ #define WPA_USER "smartcities" #define WPA_PASS "superpass" -uint8_t connected = 0; +uint8_t connected=0; +uint8_t timeout=0; +uint8_t retries=0; void initLibwismart(void) { diff --git a/Project/applications/smartcities/profiles/boot.bin b/Project/applications/smartcities/profiles/boot.bin new file mode 100644 index 0000000..5d4c4cd Binary files /dev/null and b/Project/applications/smartcities/profiles/boot.bin differ diff --git a/Project/applications/smartcities/profiles/collect_cycle.bin b/Project/applications/smartcities/profiles/collect_cycle.bin new file mode 100644 index 0000000..c573f02 Binary files /dev/null and b/Project/applications/smartcities/profiles/collect_cycle.bin differ diff --git a/Project/applications/smartcities/profiles/full_tx.bin b/Project/applications/smartcities/profiles/full_tx.bin new file mode 100644 index 0000000..1e8b9c9 Binary files /dev/null and b/Project/applications/smartcities/profiles/full_tx.bin differ -- libgit2 0.22.2