Merge branch 'master' into messing_with_pd

This commit is contained in:
Ben V. Brown
2021-04-17 10:53:58 +10:00
committed by GitHub
42 changed files with 2316 additions and 1134 deletions

View File

@@ -746,6 +746,8 @@ void showWarnings() {
uint8_t idleScreenBGF[sizeof(idleScreenBG)];
/* StartGUITask function */
void startGUITask(void const *argument __unused) {
prepareTranslations();
OLED::initialize(); // start up the LCD
uint8_t tempWarningState = 0;