Update the coap client example URL and README

Closes https://github.com/espressif/esp-idf/issues/7219
This commit is contained in:
Aditya Patwardhan
2021-07-19 14:17:27 +05:30
committed by Harshit Malpani
parent b137ae4259
commit b806d19535
2 changed files with 15 additions and 19 deletions

View File

@@ -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).