We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57293d4 commit 08704dfCopy full SHA for 08704df
1 file changed
test/test_screenshots/emulator_stubs.cpp
@@ -11,6 +11,7 @@
11
#include "sp140/vibration_pwm.h"
12
#include "sp140/esp32s3-config.h"
13
#include "sp140/ble.h"
14
+#include "sp140/ble/ble_core.h"
15
16
// --- Hardware config ---
17
HardwareConfig s3_config = {};
@@ -126,6 +127,13 @@ void addAltimeterMonitors() {}
126
127
void addInternalMonitors() {}
128
void enableMonitoring() {}
129
130
+// --- BLE core stubs ---
131
+void setupBLE() {}
132
+void requestFastConnParams() {}
133
+void requestNormalConnParams() {}
134
+void enterBLEPairingMode() {}
135
+bool isBLEPairingModeActive() { return false; }
136
+
137
// --- BMS stubs ---
138
BMS_CAN* bms_can = nullptr;
139
bool initBMSCAN(SPIClass*) { return false; }
0 commit comments