esp_mqtt/user/pub_list.h

8 wiersze
189 B
C

2017-08-15 20:42:41 +00:00
#ifndef _PUB_LIST_
#define _PUB_LIST_
void pub_insert(const char* topic, uint32_t topic_len, const char *data, uint32_t data_len, bool local);
void pub_process();
#endif /* _PUB_LIST_ */