-
In my project I need two different advertisements to be sent out at different times. Question: |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
-
Thanks for the tip with the |
Beta Was this translation helpful? Give feedback.
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
NimBLEAdvertisementData
that gets switched in.