Skip to content

Commit 08db0be

Browse files
committed
Allow compile guards to work
1 parent 5a8a656 commit 08db0be

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Firmware/RTK_Everywhere/Bluetooth.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929

3030
static 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

4951
TaskHandle_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
//----------------------------------------

Firmware/RTK_Everywhere/Developer.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ void webServerSettingsClone() {}
176176
void webServerStop() {}
177177
void webServerUpdate() {}
178178
void webServerVerifyTables() {}
179+
bool wifiAfterCommand(int cmdIndex){return false;}
179180
void wifiSettingsClone() {}
180181
bool webServerIsRunning() {return false;}
181182

0 commit comments

Comments
 (0)