mirror of
https://github.com/espressif/openthread.git
synced 2026-08-13 14:17:47 +00:00
[coap] update OPENTHREAD_CONFIG_COAP_ACK_TIMEOUT error message (#5866)
This commit is contained in:
@@ -488,7 +488,12 @@
|
||||
|
||||
#ifdef OPENTHREAD_CONFIG_COAP_ACK_TIMEOUT
|
||||
#error \
|
||||
"OPENTHREAD_CONFIG_COAP_ACK_TIMEOUT (in seconds) was replaced by OPENTHREAD_CONFIG_COAP_ACK_TIMEOUT_MILLIS (in milliseconds)"
|
||||
"OPENTHREAD_CONFIG_COAP_ACK_TIMEOUT was removed. Use otCoapSendRequestWithParameters to configure CoAP transmission parameters."
|
||||
#endif
|
||||
|
||||
#ifdef OPENTHREAD_CONFIG_COAP_ACK_TIMEOUT_MILLIS
|
||||
#error \
|
||||
"OPENTHREAD_CONFIG_COAP_ACK_TIMEOUT_MILLIS was removed. Use otCoapSendRequestWithParameters to configure CoAP transmission parameters."
|
||||
#endif
|
||||
|
||||
#if OPENTHREAD_CONFIG_BACKBONE_ROUTER_ENABLE
|
||||
|
||||
Reference in New Issue
Block a user