mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-28 21:48:05 +08:00
7 lines
163 B
C
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);
|