Skip to content
This repository was archived by the owner on Jul 20, 2025. It is now read-only.

Commit 9104b29

Browse files
author
Stephen Schiffli
committed
Add sensor fusion to mock
1 parent 3678ae9 commit 9104b29

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MetaWear/Internal/Mocks/MBLBluetoothPeripheralMock.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ - (instancetype)initWithVersion:(MBLFirmwareVersion)version model:(MBLModel)mode
175175
[NSNull null],
176176
[NSNull null],
177177
[NSNull null],
178+
[NSNull null],
178179
[NSNull null]];
179180
self.testDebug = [MBLModuleMock testDebug:self];
180181
}

MetaWear/Internal/Mocks/MBLModuleMock.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
//static const uint8_t HYGROMETER_ID = 0x16;
6868
//static const uint8_t PHOTOMETER_ID = 0x17;
6969
//static const uint8_t PROXIMITY_ID = 0x18;
70+
//static const uint8_t SENSOR_FUSTION_ID = 0x19;
7071

7172
static const uint8_t TEST_DEBUG_ID = 0xFE;
7273

0 commit comments

Comments
 (0)