Skip to content

Commit c3b060b

Browse files
committed
LogAndStream_Shimmer3_BLE_v0.16.001
1 parent 314040d commit c3b060b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LogAndStream/shimmer3_common_source/Bluetooth_SD/RN4X.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/* Utilsed while harmonising LogAndStream and SDLog code bases. This separates the code that is implemented in one FW and not the other. */
77
#define FW_IS_LOGANDSTREAM 1
88
/* Enables BLE if FW is LogAndStream and the RN4678 is detected */
9-
#define BT_ENABLE_BLE_FOR_LOGANDSTREAM_AND_RN4678 0
9+
#define BT_ENABLE_BLE_FOR_LOGANDSTREAM_AND_RN4678 1
1010

1111
/********** Defines created when testing Bluetooth driver - Start ***********/
1212
/* This toggles the CTS pin whenever the DMA interrupt is being processed to tell the BT module to stop sending bytes while the MCU is not in a position to recieve them */

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 0 //internal version number: 0-255
61+
#define FW_VER_REL 1 //internal version number: 0-255
6262

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

0 commit comments

Comments
 (0)