Restore InkHUD to defaults on factory reset (#6637)

* Erase InkHUD settings on factory reset

* Documentation

* Captialn't
Lower case m. Also move the include statement to .cpp, because it doesn't really need to be in the .h
This commit is contained in:
todd-herbert
2025-05-01 12:28:05 +12:00
committed by GitHub
parent f9fbc3ff86
commit 5c005aaed5
6 changed files with 67 additions and 6 deletions

View File

@@ -2840,9 +2840,6 @@ int Screen::handleInputEvent(const InputEvent *event)
int Screen::handleAdminMessage(const meshtastic_AdminMessage *arg)
{
// Note: only selected admin messages notify this observer
// If you wish to handle a new type of message, you should modify AdminModule.cpp first
switch (arg->which_payload_variant) {
// Node removed manually (i.e. via app)
case meshtastic_AdminMessage_remove_by_nodenum_tag: