This commit is contained in:
Jonathan Bennett
2025-12-26 00:03:21 -06:00
parent d07f5be548
commit b51235d4fd
2 changed files with 8 additions and 5 deletions

View File

@@ -148,7 +148,7 @@ class StoreForwardPlusPlusModule : public ProtobufModule<meshtastic_StoreForward
void broadcastLink(uint8_t *, size_t);
// sends a LINK_PROVIDE message broadcasting the given link object
void broadcastLink(link_object &);
void broadcastLink(link_object &, bool);
// sends a LINK_PROVIDE message broadcasting the given link object from scratch message store
bool sendFromScratch(uint8_t *);