show critical faults on the screen

This commit is contained in:
Kevin Hester
2020-12-26 13:36:21 +08:00
parent 1e9ebbc476
commit 651bd71454
8 changed files with 69 additions and 20 deletions

View File

@@ -43,7 +43,7 @@ bool UBloxGPS::setupGPS()
DEBUG_MSG("Connected to UBLOX GPS successfully\n");
if (!setUBXMode())
recordCriticalError(UBloxInitFailed); // Don't halt the boot if saving the config fails, but do report the bug
recordCriticalError(ErrUBloxInitFailed); // Don't halt the boot if saving the config fails, but do report the bug
return true;
} else {