mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-02 13:45:46 +00:00
Update the coap client example URL and README
Closes https://github.com/espressif/esp-idf/issues/7219
This commit is contained in:
committed by
Harshit Malpani
parent
b137ae4259
commit
b806d19535
@@ -2,7 +2,7 @@ menu "Example CoAP Client Configuration"
|
||||
|
||||
config EXAMPLE_TARGET_DOMAIN_URI
|
||||
string "Target Uri"
|
||||
default "coaps://californium.eclipse.org"
|
||||
default "coaps://californium.eclipseprojects.io"
|
||||
help
|
||||
Target uri for the example to use. Use coaps:// prefix for encrypted traffic
|
||||
using Pre-Shared Key (PSK) or Public Key Infrastructure (PKI).
|
||||
|
||||
Reference in New Issue
Block a user