Update CannedMessageModule.cpp

This commit is contained in:
Jason P
2025-11-05 10:38:22 -06:00
parent d334b0050b
commit ed7298f4c3

View File

@@ -978,7 +978,7 @@ void CannedMessageModule::sendText(NodeNum dest, ChannelIndex channel, const cha
LOG_INFO("Proactively adding %x as favorite node", p->to);
nodeDB->set_favorite(true, p->to);
} else {
LOG_DEBUG("Not favoriting node %x as we are CLIENT_BASE role", dest);
LOG_DEBUG("Not favoriting node %x as we are CLIENT_BASE role", p->to);
}
screen->setFrames(graphics::Screen::FOCUS_PRESERVE);