14 lines
300 B
C
14 lines
300 B
C
#ifndef ADVERT_HEADER
|
|
#define ADVERT_HEADER
|
|
|
|
#include "meshcore/packetstructs.h"
|
|
|
|
void sendAdvert (uint8_t shouldFlood);
|
|
|
|
void decodeAdvertisement (const FrameStruct *frame);
|
|
|
|
void printAdvertisement (const AdvertisementPayload *advert);
|
|
|
|
void saveAdvert (const AdvertisementPayload *advert);
|
|
|
|
#endif |