Merck / Mbed OS SmartCap_OS5

Dependencies:   nRF51822

Revision:
34:c122d842ad9a
Parent:
33:787d30671783
Child:
35:e8fa201fe147
--- a/Source/main.h	Tue Jul 30 20:49:34 2019 +0000
+++ b/Source/main.h	Tue Sep 17 13:35:35 2019 +0000
@@ -2,9 +2,9 @@
 #ifndef MAIN_H
 #define MAIN_H
 
-#define FW_VERSION  "V1.06" //  major revisions will be 1xx, 2xx, etc.
+#define FW_VERSION  "V1.07" //  major revisions will be 1xx, 2xx, etc.
 
-#define SKIP_SHIP_MODE      1  // 0=normal, 1=Test mode, where SHIP_MODE is skipped
+#define SKIP_SHIP_MODE      0  // 0=normal, 1=Test mode, where SHIP_MODE is skipped
 #define UART_DEBUGGING      0  // if =1, put out debug info on the BLE_UART
 #define ENABLE_LED          0  // if =1, enable the debug LED
 #define TEST_ON_NRF51_DK    0  // if =1, configure for running on nRF51-DK board