Files
Dong Heng f8b212de5f feat(coap): Bring coap from esp-idf
Commit ID: 22da5f6d
2018-10-10 19:55:30 +08:00

7 lines
163 B
C

#include "coap_config.h"
#include <coap.h>
void server_coap_init(void);
/* call this when you think that resources could be dirty */
void server_coap_poll(void);