mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-26 09:59:01 +00:00
Fix #77: bluetooth is supposed to be on in DARK state
This commit is contained in:
parent
3acbf31198
commit
05a0266fc4
@ -113,6 +113,7 @@ static void nbEnter()
|
|||||||
|
|
||||||
static void darkEnter()
|
static void darkEnter()
|
||||||
{
|
{
|
||||||
|
setBluetoothEnable(true);
|
||||||
screen.setOn(false);
|
screen.setOn(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user