still wip
This commit is contained in:
12
User/meshcore/packets/advert.h
Normal file
12
User/meshcore/packets/advert.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef ADVERT_HEADER
|
||||
#define ADVERT_HEADER
|
||||
|
||||
#include "meshcore/packetstructs.h"
|
||||
|
||||
void sendAdvert();
|
||||
|
||||
AdvertisementPayload decodeAdvertisement (FrameStruct frame);
|
||||
|
||||
void printAdvertisement (AdvertisementPayload advert);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user