12 lines
227 B
C
12 lines
227 B
C
#ifndef ADVERT_HEADER
|
|
#define ADVERT_HEADER
|
|
|
|
#include "meshcore/packetstructs.h"
|
|
|
|
void sendAdvert();
|
|
|
|
AdvertisementPayload decodeAdvertisement (FrameStruct frame);
|
|
|
|
void printAdvertisement (AdvertisementPayload advert);
|
|
|
|
#endif |