mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 02:02:23 +00:00
Screen changes and fixes (#1651)
* Fixed bluetooth reinit bug * Remove screen transition ms * Whoops * hasScreen is smarter now * Oops
This commit is contained in:
@@ -29,7 +29,7 @@ void setBluetoothEnable(bool on) {
|
||||
}
|
||||
if (on && !nimbleBluetooth->isActive()) {
|
||||
nimbleBluetooth->setup();
|
||||
} else {
|
||||
} else if (!on) {
|
||||
nimbleBluetooth->shutdown();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user