Show welcome screen if region unset

This commit is contained in:
Jm Casler
2022-04-10 19:15:10 -07:00
parent 69ed477040
commit 16ae867c2d
3 changed files with 48 additions and 12 deletions

View File

@@ -235,6 +235,8 @@ class Screen : public concurrency::OSThread
/// Draws our SSL cert screen during boot (called from WebServer)
void setSSLFrames();
void setWelcomeFrames();
protected:
/// Updates the UI.
//