mirror of
https://github.com/espressif/openthread.git
synced 2026-07-09 05:40:27 +00:00
Combine CoAP Client and Server into a single CoAP agent. (#1745)
This commit is contained in:
@@ -64,7 +64,7 @@ otInstance::otInstance(void) :
|
||||
, mLinkRaw(*this)
|
||||
#endif // OPENTHREAD_ENABLE_RAW_LINK_API
|
||||
#if OPENTHREAD_ENABLE_APPLICATION_COAP
|
||||
, mApplicationCoapServer(mThreadNetif, OT_DEFAULT_COAP_PORT)
|
||||
, mApplicationCoap(mThreadNetif)
|
||||
#endif // OPENTHREAD_ENABLE_APPLICATION_COAP
|
||||
#if OPENTHREAD_CONFIG_ENABLE_DYNAMIC_LOG_LEVEL
|
||||
, mLogLevel(static_cast<otLogLevel>(OPENTHREAD_CONFIG_LOG_LEVEL))
|
||||
|
||||
Reference in New Issue
Block a user