Fix #77: bluetooth is supposed to be on in DARK state

This commit is contained in:
geeksville 2020-04-05 13:09:46 -07:00
parent 3acbf31198
commit 05a0266fc4

View File

@ -113,6 +113,7 @@ static void nbEnter()
static void darkEnter()
{
setBluetoothEnable(true);
screen.setOn(false);
}