File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2929
3030static volatile BTState bluetoothState = BT_OFF;
3131
32+ BluetoothRadioType_e bluetoothRadioPreviousOnType = BLUETOOTH_RADIO_OFF;
33+
3234#ifdef COMPILE_BT
3335
3436#include < BleBatteryService.h>
@@ -48,8 +50,6 @@ BleBatteryService bluetoothBatteryService;
4850
4951TaskHandle_t bluetoothCommandTaskHandle = nullptr ; // Task to monitor incoming CLI from BLE
5052
51- BluetoothRadioType_e bluetoothRadioPreviousOnType = BLUETOOTH_RADIO_OFF;
52-
5353#endif // COMPILE_BT
5454
5555// ----------------------------------------
Original file line number Diff line number Diff line change @@ -176,6 +176,7 @@ void webServerSettingsClone() {}
176176void webServerStop () {}
177177void webServerUpdate () {}
178178void webServerVerifyTables () {}
179+ bool wifiAfterCommand (int cmdIndex){return false ;}
179180void wifiSettingsClone () {}
180181bool webServerIsRunning () {return false ;}
181182
You can’t perform that action at this time.
0 commit comments