add SSL notification at boot

This commit is contained in:
Ryan Tolboom
2021-11-26 15:09:16 -05:00
parent a56851fefa
commit c5f210384f
3 changed files with 31 additions and 1 deletions

View File

@@ -220,6 +220,9 @@ class Screen : public concurrency::OSThread
/// Used to force (super slow) eink displays to draw critical frames
void forceDisplay();
/// Draws our SSL cert screen during boot (called from WebServer)
void setSSLFrames();
protected:
/// Updates the UI.
//