Added IAQ alert and new Overlay Alert Banner function

This commit is contained in:
HarukiToreda
2025-05-07 00:54:11 -04:00
parent 9a57a774f6
commit bc1cc0081f
3 changed files with 82 additions and 13 deletions

View File

@@ -261,6 +261,8 @@ class Screen : public concurrency::OSThread
enqueueCmd(cmd);
}
void showOverlayBanner(const String &message, uint32_t durationMs = 3000);
void startFirmwareUpdateScreen()
{
ScreenCmd cmd;