aconno acnsensa project for iOS devices with iBeacon packets support.

Dependencies:   LSM9DS1 Si7006A20 aconno_SEGGER_RTT aconno_bsp adc52832_common

Revision:
32:168317e16c69
Parent:
31:8199c7c86d0d
Parent:
28:1a2c30eb745c
Child:
33:c93573163958
diff -r 8199c7c86d0d -r 168317e16c69 main.cpp
--- a/main.cpp	Mon Aug 06 13:46:45 2018 +0200
+++ b/main.cpp	Mon Aug 06 14:05:00 2018 +0200
@@ -365,7 +365,7 @@
         /* spin loop */
     }
     ble.onEventsToProcess(scheduleBleEventsProcessing);
-	advertisementPacket.header = APPLICATION_ID;
+    advertisementPacket.header = APPLICATION_ID;
 
     I2C i2c(I2C_DATA, I2C_CLK);
     si       = new Si7006(&i2c);
@@ -381,5 +381,4 @@
 
     // This call stops main thread
     eventQueue.dispatch_forever();
-
 }