Fix indentation oopsie

This commit is contained in:
Talie5in 2024-06-06 23:57:44 +09:30
parent a5c96a29d5
commit d09da96780

View File

@ -25,11 +25,12 @@
void setBluetoothEnable(bool enable) void setBluetoothEnable(bool enable)
{ {
#ifndef MESHTASTIC_EXCLUDE_WIFI #ifndef MESHTASTIC_EXCLUDE_WIFI
if (!isWifiAvailable() && config.bluetooth.enabled == true) { if (!isWifiAvailable() && config.bluetooth.enabled == true)
#endif #endif
#ifdef MESHTASTIC_EXCLUDE_WIFI #ifdef MESHTASTIC_EXCLUDE_WIFI
if (config.bluetooth.enabled == true) { if (config.bluetooth.enabled == true)
#endif #endif
{
if (!nimbleBluetooth) { if (!nimbleBluetooth) {
nimbleBluetooth = new NimbleBluetooth(); nimbleBluetooth = new NimbleBluetooth();
} }