Convert from inline to static class methods (#2883)

This commit is contained in:
Ben Meadors
2023-10-11 06:17:05 -05:00
committed by GitHub
parent e39f129bd6
commit 092c6cac66
6 changed files with 69 additions and 55 deletions

View File

@@ -405,7 +405,7 @@ bool PhoneAPI::available()
if (nodeInfoForPhone.num == 0) {
auto nextNode = nodeDB.readNextMeshNode(readIndex);
if (nextNode) {
nodeInfoForPhone = ConvertToNodeInfo(nextNode);
nodeInfoForPhone = TypeConversions::ConvertToNodeInfo(nextNode);
}
}
return true; // Always say we have something, because we might need to advance our state machine