mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 10:50:40 +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()
|
||||
{
|
||||
setBluetoothEnable(true);
|
||||
screen.setOn(false);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user