we now reply to owner messages with our owner

This commit is contained in:
geeksville
2020-02-06 11:07:44 -08:00
parent 2792e2148f
commit 61a88a343e
4 changed files with 9 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ public:
void reloadConfig() { radio.reloadConfig(); }
/// The owner User record just got updated, update our node DB and broadcast the info into the mesh
void reloadOwner() { DEBUG_MSG("FIXME implement reloadOwner\n"); }
void reloadOwner() { sendOurOwner(); }
/// Allocate and return a meshpacket which defaults as send to broadcast from the current node.
MeshPacket *allocForSending();