mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-09 14:42:05 +00:00
Fix indentation oopsie
This commit is contained in:
parent
a5c96a29d5
commit
d09da96780
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user