Home
last modified time | relevance | path

Searched refs:INITIAL_DATA (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/examples/protocols/coap_server/main/
Dcoap_server_example_main.c81 #define INITIAL_DATA "Hello World!" macro
115 if (strcmp (espressif_data, INITIAL_DATA) == 0) { in hnd_espressif_put()
125 snprintf(espressif_data, sizeof(espressif_data), INITIAL_DATA); in hnd_espressif_put()
141 snprintf(espressif_data, sizeof(espressif_data), INITIAL_DATA); in hnd_espressif_delete()
182 snprintf(espressif_data, sizeof(espressif_data), INITIAL_DATA); in coap_example_server()