|
In my project I need two different advertisements to be sent out at different times. Question: |
Replies: 2 comments
|
The way I would do this is either create different functions to call for each advertisement type that sets the data. Or you could have different instances of |
|
Thanks for the tip with the |
The way I would do this is either create different functions to call for each advertisement type that sets the data. Or you could have different instances of
NimBLEAdvertisementDatathat gets switched in.