Merge remote-tracking branch 'root/master'

# Conflicts:
#	src/main.cpp
#	src/screen.cpp
#	src/screen.h
This commit is contained in:
geeksville
2020-03-18 18:44:12 -07:00
9 changed files with 394 additions and 368 deletions

View File

@@ -186,4 +186,4 @@ void PowerFSM_setup()
// timeout");
powerFSM.run_machine(); // run one interation of the state machine, so we run our on enter tasks for the initial DARK state
}
}