Scratch fix

This commit is contained in:
Jonathan Bennett
2025-12-21 16:10:06 -06:00
parent 28d507f043
commit f2b6383cbb
2 changed files with 20 additions and 18 deletions

View File

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