mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-14 06:42:34 +00:00
Update CannedMessageModule.cpp
This commit is contained in:
@@ -978,7 +978,7 @@ void CannedMessageModule::sendText(NodeNum dest, ChannelIndex channel, const cha
|
|||||||
LOG_INFO("Proactively adding %x as favorite node", p->to);
|
LOG_INFO("Proactively adding %x as favorite node", p->to);
|
||||||
nodeDB->set_favorite(true, p->to);
|
nodeDB->set_favorite(true, p->to);
|
||||||
} else {
|
} 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);
|
screen->setFrames(graphics::Screen::FOCUS_PRESERVE);
|
||||||
|
|||||||
Reference in New Issue
Block a user