Dismiss ExternalNotification nagging on InkHUD button press (#7056)

* Expose ExternalNotification::isNagging

* Dismiss external notification on button press
This commit is contained in:
todd-herbert
2025-06-16 23:09:55 +12:00
committed by GitHub
parent bd0e25f3f5
commit 465fe18a89
4 changed files with 37 additions and 1 deletions

View File

@@ -40,6 +40,8 @@ class ExternalNotificationModule : public SinglePortModule, private concurrency:
void setMute(bool mute) { isMuted = mute; }
bool getMute() { return isMuted; }
bool nagging();
void stopNow();
void handleGetRingtone(const meshtastic_MeshPacket &req, meshtastic_AdminMessage *response);