Skip to content

Commit 272084a

Browse files
committed
SHIM3-360 #time 30m fix for factory fw bug.
1 parent 8fa0498 commit 272084a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

LogAndStream/main.c

+5-5
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ bool isIcm20948GyroEn = FALSE;
330330
#define RTC_OFF 0
331331
#define PRES_TS_EN 0
332332
#define IS_SUPPORTED_TCXO 0
333-
#define FACTORY_TEST 0
333+
#define FACTORY_TEST 1
334334
/* should be 1 */
335335
#define TS_BYTE3 1
336336
#define SKIP65MS 1
@@ -1093,16 +1093,16 @@ void InitialiseBt(void)
10931093
// This is the start of all BT initialisation
10941094
/* The RN4678 operational mode need to be set before BT_init() is called so
10951095
* that the pins are set correctly prior to communication with the module */
1096-
if (isRn4678PresentAndCmdModeSupport(daughtCardId[DAUGHT_CARD_ID],
1096+
/* if (isRn4678PresentAndCmdModeSupport(daughtCardId[DAUGHT_CARD_ID],
10971097
daughtCardId[DAUGHT_CARD_REV],
10981098
daughtCardId[DAUGHT_CARD_SPECIAL_REV]))
1099-
{
1099+
{*/
11001100
setRn4678OperationalMode(RN4678_OP_MODE_APPLICATION);
1101-
}
1101+
/* }
11021102
else
11031103
{
11041104
setRn4678OperationalMode(RN4678_OP_MODE_NOT_USED);
1105-
}
1105+
}*/
11061106

11071107
btCommsProtocolInit(setTaskNewBtCmdToProcess, HandleBtRfCommStateChange, setMacId, &gAction, &args[0]);
11081108
sdSyncInit(BtStart, BtStop, TaskSet);

LogAndStream/shimmer_btsd.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
#define FW_VER_MAJOR 0 //Major version number: 0-65535
5959
#define FW_VER_MINOR 22 //Minor version number: 0-255
6060
#endif
61-
#define FW_VER_REL 1 //internal version number: 0-255
61+
#define FW_VER_REL 10 //internal version number: 0-255
6262

6363
typedef uint8_t bool;
6464
#define TRUE (1)

0 commit comments

Comments
 (0)