hopefully fix remaining cppcheck issues (#9745)

This commit is contained in:
Thomas Göttgens
2026-02-25 10:27:21 +01:00
committed by GitHub
co-authored by GitHub
parent ad7d19c317
commit 54781cf51a
8 changed files with 17 additions and 14 deletions
@@ -73,7 +73,7 @@ ProcessMessage InkHUD::FavoritesMapApplet::handleReceived(const meshtastic_MeshP
}
} else {
// For non-local packets, this applet only reacts to favorited nodes.
meshtastic_NodeInfoLite *sender = nodeDB->getMeshNode(mp.from);
const meshtastic_NodeInfoLite *sender = nodeDB->getMeshNode(mp.from);
if (!sender || !sender->is_favorite)
return ProcessMessage::CONTINUE;